Video Game Settings Wiki vgsettings_en https://vgsettings.wiki.gg/ MediaWiki 1.43.1 first-letter Media Special Talk User User talk Meta Meta talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk Module Module talk Meta:Copyrights 4 1 1 2025-03-25T22:52:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <!--''[[GAME]]'' content and materials are the intellectual property of their respective owners. -->Content that you make available on {{SITENAME}} is licensed by you to us under our [{{int:wikigg-tos-url}} Terms of Service]. Do not make content available on {{SITENAME}} where you do not have the necessary rights to grant this license. All textual and graphical content on {{SITENAME}} that we may lawfully license is licensed to you under the [https://creativecommons.org/licenses/by-sa/4.0 Creative Commons Attribution-ShareAlike 4.0] license. [[Category:Legal notices]] a5c705cf276359aef94d426ee75d18bbf1e361ac 2 1 2025-03-25T22:52:35Z Mr Pie 5 2833 Protected "[[Meta:Copyrights]]" ([Edit=Allow only administrators] (indefinite)) wikitext text/x-wiki <!--''[[GAME]]'' content and materials are the intellectual property of their respective owners. -->Content that you make available on {{SITENAME}} is licensed by you to us under our [{{int:wikigg-tos-url}} Terms of Service]. Do not make content available on {{SITENAME}} where you do not have the necessary rights to grant this license. All textual and graphical content on {{SITENAME}} that we may lawfully license is licensed to you under the [https://creativecommons.org/licenses/by-sa/4.0 Creative Commons Attribution-ShareAlike 4.0] license. [[Category:Legal notices]] a5c705cf276359aef94d426ee75d18bbf1e361ac MediaWiki:Apioutput.css 8 2 3 2025-03-25T22:52:37Z Mr Pie 5 2833 Adding default set of pages css text/css /* All CSS here is applied on api.php pages */ @media (prefers-color-scheme: dark) { body { background-color:#20211f; border-color: #7b7261; color: #f6ecdb; } h1, h2, h3, h4, h5, h6 { color: rgb(234, 224, 207); border-color: rgb(83, 84, 81); } .mw-highlight .s2 { color: rgb(206, 99, 91); } a { color: rgb(133, 180, 221); } a:visited { color: rgb(141, 127, 218); } pre, code, .mw-code { background-color: rgb(34, 35, 33); color: rgb(234, 224, 207); border-color: rgb(63, 64, 62); } } c95cf2c22c12d821f22b745f2aa78d4f6f711500 MediaWiki:Common.css 8 3 4 2025-03-25T22:52:38Z Mr Pie 5 2833 Adding default set of pages css text/css /* CSS placed here will be applied to all skins */ :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ c3a231d8dc2710e154a654fc77cdc0f735905de4 MediaWiki:Common.css/doc 8 4 5 2025-03-25T22:52:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <div class="mw-parser-output" id="dl-variable-doc"><!-- hide this in your global.css if you're familiar with how default loadout works and this documentation is just in your way --> ==Documentation== This wiki is using the theming template from the [[dlw:|default loadout]]. This template is intended to minimize the work required to create a custom colored version of the standard [[mw:Skin:Vector|Vector]] skin, while maximizing the various nooks and crannies that those colors reach, all while keeping everything legible and matching. Please be aware of the [[support:Customization policy|customization policy]] when modifying the theme. ===Themes=== The [[support:Theme Toggle|Theme Toggle]] extension is installed, and allows multiple themes to be used. In the actual stylesheet below this documentation, you'll find two huge rules at the top, each containing lots of [https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties CSS color variables]. They look like this: <syntaxhighlight lang=css> :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* and so on */ } .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* and so on */ } </syntaxhighlight> These are the standard light and dark themes, defined in [[Mediawiki:Theme-definitions]]. '''Important''': if you want your wiki to only support a single theme, edit that page and remove the line you don't want (don't remove both). The <code>:root</code> selector is a fallback, meaning that in case something happens and Theme Toggle fails to work, the following theme will still mostly work. If you have multiple themes, you can move the <code>:root</code> rule to whichever you'd consider the "default" theme. ===Non-color variables=== {| class="wikitable" ! Variable name !! Notes |- | --wiki-body-background-image | This is the image path to the wiki's background image. Usually this is uploaded to File:Site-background.jpg, File:Site-background-light.jpg, and/or File:Site-background-dark.jpg. While there's not a hard file size limit, it is recommended that this not exceed 250 KB. File size can be reduced by resizing (anything over 2560x1440p is excessive), converting to a jpg, and compressed using sites like [https://tinypng.com TinyPNG]. |- | --wiki-body-background-position | The [https://developer.mozilla.org/en-US/docs/Web/CSS/background-position background-position] of the background image. Usually this is set to <code>top center</code>. |- | --wiki-body-background-size | The [https://developer.mozilla.org/en-US/docs/Web/CSS/background-size background-size] of the background image. Usually this is set to <code>cover</code>. |- | --wiki-body-background-repeat | The [https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat background-repeat] of the background image. Usually this is set to <code>no-repeat</code>. |- | --wiki-body-background-attachment | The [https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment background-attachment] of the background image. Usually this is set to <code>fixed</code>. |- | --wiki-body-font-family | The font family of most of the wiki, such as the sidebar, navigation, and content text. Usually this is sans-serif. If modifying this, use a simple font that is easy to read. See <code>--wiki-heading-font-family</code> if you want to incorporate a more decorative font into the theme. |- | --wiki-heading-font-family | The font family of headings, such as the page title and section headings. This font is usually displayed in a larger size, so it's safer to use a more decorative font than <code>--wiki-body-font-family</code>, but still try to keep it legible. |- | --wiki-sidebar-heading-font-family | The font family of sidebar headings. In contrast to <code>--wiki-heading-font-family</code>, this is usually displayed in a smaller size, so keep it simple and easy to read. |- | --wiki-sidebar-border-radius | The [https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius border-radius] of the sidebar. If <code>--wiki-sidebar-portal-spacing</code> is set to 0, then only the top and bottom corners of the sidebar as a whole will be affected, otherwise every portal will have all its corners affected. Units must be specified even if this is set to 0. |- | --wiki-sidebar-portal-spacing | The space between each portal in the sidebar. Units must be specified even if this is set to 0. |- | --wiki-content-border-width | The thickness of the border around the content area. |- | --wiki-sidebar-border-width | The thickness of the border around the sidebar portals. |- | --wiki-content-background-opacity | The opacity of the main content area, to let the wiki's background image show through. Please keep this high, usually above 90%, or it can make reading text difficult. |- | --wiki-sidebar-background-opacity | The background opacity of the sidebar. Usually this inherits <code>--wiki-content-background-opacity</code>. |- | --wiki-icon-general-filter | A filter applied to many icons to make them visible on dark themes. Usually this is just <code>invert(100%)</code> on dark themes and blank on light themes. |- | --wiki-icon-to-link-filter | A filter that converts many icons into the same color as <code>--wiki-content-link-color</code>. This can be generated by plugging that into https://mrpie5.gitlab.io/css-filter-generator/. |} ===List of all colors with contrast checking=== The table below shows all the colors currently in use, as well as notes on how to use them. The last column shows which colors are expected to show up as text against other colors. With the exception of <code>--wiki-content-text-mix-color-95</code>, all text in the last column should be ''clearly'' legible. If it is not, you may need to adjust one of the referenced colors in your color palette. Keep in mind that changes to the opacity variables in the section above will cause the content and sidebar background colors to mix with the body background color/image, so the contrasts below may not be perfectly accurate. {| class="wikitable" ! Variable name !! Color !! style="width: 40em;" | Notes !! Test contrast against these variables |- | --wiki-body-background-color | style="background-color:var(--wiki-body-background-color);" | | The background color behind the background image. This usually only shows up if the background image doesn't load, doesn't fill the screen, or has some transparency. This color should be similar to the overall color of the background image, or the top-left corner if it is made up of many different colors. In the former case, https://matkl.github.io/average-color/ is helpful. | style="background-color:var(--wiki-body-background-color);" | <span style="color:var(--wiki-body-dynamic-color);">--wiki-body-dynamic-color</span><br/> <span style="color:var(--wiki-body-dynamic-color--secondary);">--wiki-body-dynamic-color--secondary</span><br/> |- | --wiki-body-dynamic-color | style="background-color:var(--wiki-body-dynamic-color);" | | This is expected to contrast sharply with the body-background-color, for cases when text needs to be displayed against it. Usually this is {{color|#000}} on light themes and {{color|#fff}} on dark themes. | style="background-color:var(--wiki-body-dynamic-color);" | <span style="color:var(--wiki-body-background-color)">--wiki-body-background-color</span><br/> <span style="color:var(--wiki-body-dynamic-color--inverted);">--wiki-body-dynamic-color--inverted</span><br/> <span style="color:var(--wiki-body-dynamic-color--secondary--inverted);">--wiki-body-dynamic-color--secondary--inverted</span><br/> |- | --wiki-body-dynamic-color--inverted | style="background-color:var(--wiki-body-dynamic-color--inverted);" | | The inverse of <code>--wiki-body-dynamic-color</code>. This should optimally have almost no contrast with the body-background-color. | style="background-color:var(--wiki-body-dynamic-color--inverted);" | <span style="color:var(--wiki-body-dynamic-color);">--wiki-body-dynamic-color</span><br/> <span style="color:var(--wiki-body-dynamic-color--secondary);">--wiki-body-dynamic-color--secondary</span><br/> |- | --wiki-body-dynamic-color--secondary | style="background-color:var(--wiki-body-dynamic-color--secondary);" | | A slightly different version of body-dynamic-color. Usually this is {{color|#333}} on light themes and {{color|#ccc}} on dark themes. | style="background-color:var(--wiki-body-dynamic-color--secondary);" | <span style="color:var(--wiki-body-background-color)">--wiki-body-background-color</span><br/> <span style="color:var(--wiki-body-dynamic-color--inverted);">--wiki-body-dynamic-color--inverted</span><br/> <span style="color:var(--wiki-body-dynamic-color--secondary--inverted);">--wiki-body-dynamic-color--secondary--inverted</span><br/> |- | --wiki-body-dynamic-color--secondary--inverted | style="background-color:var(--wiki-body-dynamic-color--secondary--inverted);" | | The inverse of <code>--wiki-body-dynamic-color--secondary</code>. | style="background-color:var(--wiki-body-dynamic-color--secondary--inverted);" | <span style="color:var(--wiki-body-dynamic-color);">--wiki-body-dynamic-color</span><br/> <span style="color:var(--wiki-body-dynamic-color--secondary);">--wiki-body-dynamic-color--secondary</span><br/> |- | --wiki-content-background-color | style="background-color:var(--wiki-content-background-color);" | | The background color of the main content area. | style="background-color:var(--wiki-content-background-color);" | <span style="color:var(--wiki-content-text-color)">--wiki-content-text-color</span><br/> <span style="color:var(--wiki-content-link-color)">--wiki-content-link-color</span><br/> <span style="color:var(--wiki-content-link-color--visited)">--wiki-content-link-color--visited</span><br/> <span style="color:var(--wiki-content-link-color--hover)">--wiki-content-link-color--hover</span><br/> <span style="color:var(--wiki-content-redlink-color)">--wiki-content-redlink-color</span><br/> <span style="color:var(--wiki-content-text-mix-color)">--wiki-content-text-mix-color</span><br/> <span style="color:var(--wiki-content-dynamic-color)">--wiki-content-dynamic-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary)">--wiki-content-dynamic-color--secondary</span><br/> <span style="color:var(--wiki-content-heading-color)">--wiki-content-heading-color</span><br/> <span style="color:var(--wiki-accent-color)">--wiki-accent-color</span><br/> <span style="color:var(--wiki-neutral-color)">--wiki-neutral-color</span><br/> <span style="color:var(--wiki-success-color)">--wiki-success-color</span><br/> <span style="color:var(--wiki-alert-color)">--wiki-alert-color</span><br/> |- | --wiki-content-background-color--secondary | style="background-color:var(--wiki-content-background-color--secondary);" | | A secondary content background to highlight certain things. Usually this is <code>--wiki-content-background-color</code> with saturation and/or value reduced or increased by about 10%, but you're free to make it whatever you want provided the contrast checks to the right still pass. | style="background-color:var(--wiki-content-background-color--secondary);" | <span style="color:var(--wiki-content-text-color)">--wiki-content-text-color</span><br/> <span style="color:var(--wiki-content-link-color)">--wiki-content-link-color</span><br/> <span style="color:var(--wiki-content-link-color--visited)">--wiki-content-link-color--visited</span><br/> <span style="color:var(--wiki-content-link-color--hover)">--wiki-content-link-color--hover</span><br/> <span style="color:var(--wiki-content-redlink-color)">--wiki-content-redlink-color</span><br/> <span style="color:var(--wiki-content-text-mix-color)">--wiki-content-text-mix-color</span><br/> <span style="color:var(--wiki-content-dynamic-color)">--wiki-content-dynamic-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary)">--wiki-content-dynamic-color--secondary</span><br/> <span style="color:var(--wiki-content-heading-color)">--wiki-content-heading-color</span><br/> <span style="color:var(--wiki-accent-color)">--wiki-accent-color</span><br/> <span style="color:var(--wiki-neutral-color)">--wiki-neutral-color</span><br/> <span style="color:var(--wiki-success-color)">--wiki-success-color</span><br/> <span style="color:var(--wiki-alert-color)">--wiki-alert-color</span><br/> |- | --wiki-content-border-color | style="background-color:var(--wiki-content-border-color);" | | Border color for the main content area and elements within it. | N/A |- | --wiki-content-border-color--secondary | style="background-color:var(--wiki-content-border-color--secondary);" | | A secondary content border color for elements that do not need to stand out as much. Usually this is <code>--wiki-content-border-color</code> with 50% transparency, but it can be adjusted or made identical if it is too subtle. | N/A |- | --wiki-content-border-color--accent | style="background-color:var(--wiki-content-border-color--accent);" | | A border color that is used as an accent. Usually this is <code>--wiki-accent-color</code> with 50% transparency, but it can be any variation of the accent color. | N/A |- | --wiki-content-text-color | style="background-color:var(--wiki-content-text-color);" | | Text color for the main content area. | style="background-color:var(--wiki-content-text-color);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span><br/> |- | --wiki-content-link-color | style="background-color:var(--wiki-content-link-color);" | | Links within the content area. Please do not make this red, as red links on wikis traditionally denote pages that don't exist. | style="background-color:var(--wiki-content-link-color);" | <span style="color:var(--wiki-content-link-label-color);">--wiki-content-link-label-color</span> |- | --wiki-content-link-label-color | style="background-color:var(--wiki-content-link-label-color);" | | This is used when placing text on an element with the link color as a background, such as a button. | style="background-color:var(--wiki-content-link-label-color);" | <span style="color:var(--wiki-content-link-color);">--wiki-content-link-color</span> |- | --wiki-content-link-color--visited | style="background-color:var(--wiki-content-link-color--visited);" | | The color of visited links. This is optional, and usually inherits <code>--wiki-content-link-color</code>. | style="background-color:var(--wiki-content-link-color--visited);" | <span style="color:var(--wiki-content-background-color);">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary);">--wiki-content-background-color--secondary</span> |- | --wiki-content-link-color--hover | style="background-color:var(--wiki-content-link-color--hover);" | | The color links change to when hovered over. This is optional, and usually inherits <code>--wiki-content-link-color</code>. | style="background-color:var(--wiki-content-link-color--hover);" | <span style="color:var(--wiki-content-background-color);">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary);">--wiki-content-background-color--secondary</span> |- | --wiki-content-redlink-color | style="background-color:var(--wiki-content-redlink-color);" | | The color of links to pages that don't exist. Since these should only rarely be seen, you can be a little lax about choosing a color that contrasts with the background, but it should still be legible. | style="background-color:var(--wiki-content-redlink-color);" | <span style="color:var(--wiki-content-background-color);">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary);">--wiki-content-background-color--secondary</span> |- | --wiki-content-text-mix-color | style="background-color:var(--wiki-content-text-mix-color);" | | A mix of <code>--wiki-content-text-color</code> and <code>--wiki-content-background-color</code>, calculated automatically. This is generally used to mark disabled elements or placeholder text. | style="background-color:var(--wiki-content-text-mix-color);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span><br/> <span style="color:var(--wiki-content-text-mix-color-95)">--wiki-content-text-mix-color-95</span> |- | --wiki-content-text-mix-color-95 | style="background-color:var(--wiki-content-text-mix-color-95);" | | The same as <code>--wiki-content-text-mix-color</code>, but the mix is 95% <code>--wiki-content-background-color</code>, calculated automatically. This is used to mark disabled elements. The contrast checker to the right should actually be very hard to read but not impossible. | style="background-color:var(--wiki-content-text-mix-color-95);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span> |- | --wiki-content-dynamic-color | style="background-color:var(--wiki-content-dynamic-color);" | | This is expected to contrast sharply with <code>--wiki-content-background-color</code>. Usually this is {{color|#000}} on light themes and {{color|#fff}} on dark themes. | style="background-color:var(--wiki-content-dynamic-color);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--inverted)">--wiki-content-dynamic-color--inverted</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary--inverted)">--wiki-content-dynamic-color--secondary--inverted</span><br/> |- | --wiki-content-dynamic-color--inverted | style="background-color:var(--wiki-content-dynamic-color--inverted);" | | The inverse of <code>--wiki-content-dynamic-color</code>. | style="background-color:var(--wiki-content-dynamic-color--inverted);" | <span style="color:var(--wiki-content-dynamic-color)">--wiki-content-dynamic-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary)">--wiki-content-dynamic-color--secondary</span><br/> |- | --wiki-content-dynamic-color--secondary | style="background-color:var(--wiki-content-dynamic-color--secondary);" | | A slightly different version of <code>--wiki-content-dynamic-color</code>. Usually this is {{color|#333}} on light themes and {{color|#ccc}} on dark themes. | style="background-color:var(--wiki-content-dynamic-color--secondary);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--inverted)">--wiki-content-dynamic-color--inverted</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary--inverted)">--wiki-content-dynamic-color--secondary--inverted</span><br/> |- | --wiki-content-dynamic-color--secondary--inverted | style="background-color:var(--wiki-content-dynamic-color--secondary--inverted);" | | The inverse of <code>--wiki-content-dynamic-color--secondary</code>. | style="background-color:var(--wiki-content-dynamic-color--secondary--inverted);" | <span style="color:var(--wiki-content-dynamic-color)">--wiki-content-dynamic-color</span><br/> <span style="color:var(--wiki-content-dynamic-color--secondary)">--wiki-content-dynamic-color--secondary</span><br/> |- | --wiki-content-heading-color | style="background-color:var(--wiki-content-heading-color);" | | The color of headings, such as the page title and section headings. Usually this is set to <code>--wiki-content-text-color</code>, but feel free to give it a different color to spice up the theme a little. | style="background-color:var(--wiki-content-heading-color);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span> |- | --wiki-accent-color | style="background-color:var(--wiki-accent-color);" | | Used to style infoboxes, navboxes, focused element outlines, and some buttons, such as the save button when editing. | style="background-color:var(--wiki-accent-color);" | <span style="color:var(--wiki-accent-label-color)">--wiki-accent-label-color</span><br/> <span style="color:var(--wiki-accent-link-color)">--wiki-accent-link-color</span><br/> <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span><br/> |- | --wiki-accent-color--hover | style="background-color:var(--wiki-accent-color--hover);" | | The color of accent-color when hovered over, in some cases. Usually this is just accent-color with saturation and/or value reduced or increased by about 10%, but you're free to make it whatever you want provided the contrast checks to the right still pass. | style="background-color:var(--wiki-accent-color--hover);" | <span style="color:var(--wiki-accent-label-color)">--wiki-accent-label-color</span> |- | --wiki-accent-label-color | style="background-color:var(--wiki-accent-label-color);" | | The color of normal text against the accent color. | style="background-color:var(--wiki-accent-label-color);" | <span style="color:var(--wiki-accent-color)">--wiki-accent-color</span><br/> <span style="color:var(--wiki-accent-color--hover)">--wiki-accent-color--hover</span><br/> |- | --wiki-accent-link-color | style="background-color:var(--wiki-accent-link-color);" | | The color of links against the accent color. | style="background-color:var(--wiki-accent-link-color);" | <span style="color:var(--wiki-accent-color)">--wiki-accent-color</span> |- | --wiki-sidebar-background-color | style="background-color:var(--wiki-sidebar-background-color);" | | The background color of the sidebar to the left of the content area. Usually this inherits <code>--wiki-content-background-color</code>. | style="background-color:var(--wiki-sidebar-background-color);" | <span style="color:var(--wiki-sidebar-link-color)">--wiki-sidebar-link-color</span><br/> <span style="color:var(--wiki-sidebar-heading-color)">--wiki-sidebar-heading-color</span><br/> |- | --wiki-sidebar-border-color | style="background-color:var(--wiki-sidebar-border-color);" | | The border color of the sidebar. Usually this inherits <code>--wiki-content-border-color</code>. | N/A |- | --wiki-sidebar-link-color | style="background-color:var(--wiki-sidebar-link-color);" | | The color of links in the sidebar. Usually this inherits <code>--wiki-content-link-color</code>. | style="background-color:var(--wiki-sidebar-link-color);" | <span style="color:var(--wiki-sidebar-background-color)">--wiki-sidebar-background-color</span> |- | --wiki-sidebar-link-color--hover | style="background-color:var(--wiki-sidebar-link-color--hover);" | | The color links change to when hovered over. This is optional, and usually inherits <code>--wiki-content-link-color--hover</code>. | style="background-color:var(--wiki-sidebar-link-color--hover);" | <span style="color:var(--wiki-sidebar-background-color)">--wiki-sidebar-background-color</span> |- | --wiki-sidebar-heading-color | style="background-color:var(--wiki-sidebar-heading-color);" | | The color of headings in the sidebar. Usually this inherits <code>--wiki-content-heading-color</code>. | style="background-color:var(--wiki-sidebar-heading-color);" | <span style="color:var(--wiki-sidebar-background-color)">--wiki-sidebar-background-color</span> |- | --wiki-navigation-background-color | style="background-color:var(--wiki-navigation-background-color);" | | The primary background color of the navigation tabs above the content area. Usually this inherits <code>--wiki-content-background-color--secondary</code>. | style="background-color:var(--wiki-navigation-background-color);" | <span style="color:var(--wiki-navigation-text-color)">--wiki-navigation-text-color</span><br/> |- | --wiki-navigation-background-color--secondary | style="background-color:var(--wiki-navigation-background-color--secondary);" | | The upper background color of the navigation tabs, as well as the background color of the "More" menu dropdown. Usually this inherits <code>--wiki-content-background-color</code>. | style="background-color:var(--wiki-navigation-background-color--secondary);" | <span style="color:var(--wiki-navigation-text-color)">--wiki-navigation-text-color</span><br/> |- | --wiki-navigation-border-color | style="background-color:var(--wiki-navigation-border-color);" | | Border color of the navigation tabs. Usually this inherits <code>--wiki-content-border-color</code>. | N/A |- | --wiki-navigation-text-color | style="background-color:var(--wiki-navigation-text-color);" | | The color of text in the navigation tabs. Usually this inherits <code>--wiki-content-link-color</code>. | style="background-color:var(--wiki-navigation-text-color);" | <span style="color:var(--wiki-navigation-background-color)">--wiki-navigation-background-color</span><br/> <span style="color:var(--wiki-navigation-background-color--secondary)">--wiki-navigation-background-color--secondary</span><br/> |- | --wiki-navigation-text-color--hover | style="background-color:var(--wiki-navigation-text-color--hover);" | | The color of text in the navigation tabs when hovered. Usually this inherits <code>--wiki-content-link-color--hover</code>. | style="background-color:var(--wiki-navigation-text-color--hover);" | <span style="color:var(--wiki-navigation-background-color)">--wiki-navigation-background-color</span><br/> <span style="color:var(--wiki-navigation-background-color--secondary)">--wiki-navigation-background-color--secondary</span><br/> |- | --wiki-navigation-selected-background-color | style="background-color:var(--wiki-navigation-selected-background-color);" | | The background color of the currently active navigation tab. Usually this inherits <code>--wiki-content-background-color</code> | style="background-color:var(--wiki-navigation-selected-background-color);" | <span style="color:var(--wiki-navigation-selected-text-color)">--wiki-navigation-selected-text-color</span><br/> |- | --wiki-navigation-selected-border-color | style="background-color:var(--wiki-navigation-selected-border-color);" | | The border color of the currently active navigation tab. Usually this inherits <code>--wiki-navigation-border-color</code> | N/A |- | --wiki-navigation-selected-text-color | style="background-color:var(--wiki-navigation-selected-text-color);" | | The text color of the currently active navigation tab. Usually this inherits <code>--wiki-content-text-color</code> | style="background-color:var(--wiki-navigation-selected-text-color);" | <span style="color:var(--wiki-navigation-selected-background-color)">--wiki-navigation-selected-background-color</span><br/> |- | --wiki-neutral-color | style="background-color:var(--wiki-neutral-color);" | | A gray-ish color for displaying neutral text, such as a diff size of 0 in RecentChanges and page history. Usually this inherits <code>--wiki-content-text-mix-color</code>, but can be set explicitly if that color is not gray enough. | style="background-color:var(--wiki-neutral-color);" | <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span> |- | --wiki-alert-color | style="background-color:var(--wiki-alert-color);" | | A general, usually red-ish color used for negative notices, most notably negative diffs in RecentChanges and page history, and the "cancel" button when editing. | style="background-color:var(--wiki-alert-color);" | <span style="color:var(--wiki-alert-label-color)">--wiki-alert-label-color</span><br/> <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span><br/> |- | --wiki-alert-label-color | style="background-color:var(--wiki-alert-label-color);" | | The color of text against <code>--wiki-alert-color</code> as a background. | style="background-color:var(--wiki-alert-label-color);" | <span style="color:var(--wiki-alert-color)">--wiki-alert-color</span><br/> |- | --wiki-warning-color | style="background-color:var(--wiki-warning-color);" | | A general, usually orange-ish color used for warning notices. | style="background-color:var(--wiki-warning-color);" | <span style="color:var(--wiki-warning-label-color)">--wiki-warning-label-color</span><br/> <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> |- | --wiki-warning-label-color | style="background-color:var(--wiki-warning-label-color);" | | The color of text against <code>--wiki-warning-color</code> as a background. | style="background-color:var(--wiki-warning-label-color);" | <span style="color:var(--wiki-warning-color)">--wiki-warning-color</span><br/> |- | --wiki-success-color | style="background-color:var(--wiki-success-color);" | | A general, usually green-ish color used for success notices, most noticeably positive diffs in RecentChanges and page history. | style="background-color:var(--wiki-success-color);" | <span style="color:var(--wiki-success-label-color)">--wiki-success-label-color</span><br/> <span style="color:var(--wiki-content-background-color)">--wiki-content-background-color</span><br/> <span style="color:var(--wiki-content-background-color--secondary)">--wiki-content-background-color--secondary</span><br/> |- | --wiki-success-label-color | style="background-color:var(--wiki-success-label-color);" | | The color of text against <code>--wiki-success-color</code> as a background. | style="background-color:var(--wiki-success-label-color);" | <span style="color:var(--wiki-success-color)">--wiki-success-color</span><br/> |} ==Stylesheet== <!-- When rendered on common.css, the actual stylesheet will be right here --> </div> 58f90e2fed90701650577a6fd770f265da41e96f MediaWiki:DataMaps.css 8 5 6 2025-03-25T22:52:40Z Mr Pie 5 2833 Adding default set of pages css text/css /** Container */ .ext-datamaps-container-content .ext-datamaps-container-leaflet { background: var(--wiki-content-background-color--secondary); } /** Legend */ .ext-datamaps-container .ext-datamaps-control-expandable[aria-expanded="true"] { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-background-color--secondary) 95%, transparent); } .ext-datamaps-container .oo-ui-tabOptionWidget { color: var(--wiki-content-link-color); } .ext-datamaps-container .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background: var(--wiki-content-link-color); box-shadow: none; color: var(--wiki-content-link-label-color); } /** Popups */ .ext-datamaps-container .leaflet-popup-content-wrapper, .ext-datamaps-container .leaflet-popup-tip { background: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); } .ext-datamaps-container .ext-datamaps-popup-buttons a, .ext-datamaps-container .leaflet-popup-close-button { filter: var(--wiki-icon-general-filter); cursor: pointer; } .ext-datamaps-popup-header .ext-datamaps-popup-subtitle, .ext-datamaps-popup-header .ext-datamaps-popup-location { color: var(--wiki-content-text-mix-color); } .ext-datamaps-popup .ext-datamaps-popup-tools li a { border: 1px solid var(--wiki-content-link-color); transition: background 100ms, color 100ms; } .ext-datamaps-popup .ext-datamaps-popup-tools li a:hover { background: var(--wiki-content-link-color); color: var(--wiki-content-link-label-color); } /** Controls */ .ext-datamaps-container .leaflet-bar { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-link-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-content-link-color) 50%, transparent); } .ext-datamaps-container .leaflet-bar button:hover { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 25%, transparent); } .ext-datamaps-container .leaflet-control { color: var(--wiki-content-text-color); } .leaflet-control-container .oo-ui-buttonElement > .oo-ui-buttonElement-button { min-height: unset; } .ext-datamaps-container .leaflet-control button { border-bottom-color: var(--wiki-content-link-color); /* fallback */ border-bottom-color: color-mix(in srgb, var(--wiki-content-link-color) 50%, transparent); color: var(--wiki-content-text-color); } /* HACK: awful selector, v1.0 will prolly use a standard class on these */ .ext-datamaps-container .ext-datamaps-control span[class^="oo-ui-icon"] { filter: var(--wiki-icon-general-filter); } /** Search */ .ext-datamaps-container .ext-datamaps-control-search ul.ext-datamaps-control-search-results { background: var(--wiki-content-background-color--secondary); } .ext-datamaps-container .ext-datamaps-control-search ul.ext-datamaps-control-search-results li:focus, .ext-datamaps-container .ext-datamaps-control-search ul.ext-datamaps-control-search-results li[data-highlighted="true"] { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-link-color) 15%, transparent); color: var(--wiki-content-link-color); } .ext-datamaps-container .ext-datamaps-container-status > :not(.oo-ui-widget) { background:var(--wiki-content-background-color--secondary); color:var(--wiki-content-text-mix-color); } .ext-datamaps-container .leaflet-control-container .ext-datamaps-control-coords { background: var(--wiki-content-background-color); color: var(--wiki-content-text-color); } dea74cc9ac838a0e391ed861d5ffb6bd9c981383 MediaWiki:Gadget-userProfile.css 8 6 7 2025-03-25T22:52:42Z Mr Pie 5 2833 Adding default set of pages css text/css #contentSub > * + .horse-userprofile { margin-top: 1em; } .horse-userprofile { font-size: 120%; color: var(--wiki-content-text-color); border: 2px solid var(--wiki-content-border-color); padding: 6px 12px; } .horse-userprofile-info span:first-of-type { font-weight: bold; } 1729445bb17e2974426befaf9bd441ab4bf189c5 MediaWiki:Gadget-userProfile.js 8 7 8 2025-03-25T22:52:43Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript // User profile // <nowiki> mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ] ).done( function() { var username = mw.config.get('wgRelevantUserName'); var lang = mw.language.bcp47(mw.config.get('wgUserLanguage')); if ( username && !window.loadedHorseUserProfile ) { window.loadedHorseUserProfile = true; var dateOptions = { year: "numeric", month: "short", day: "numeric", hour: "2-digit", minute: "2-digit", timeZone: "UTC", timeZoneName: "short" }; var api = new mw.Api(); if ( mw.util.isIPAddress(username) ) api.get( { action: 'query', list: ['usercontribs', 'blocks'], ucuser: username, ucprop: [], uclimit: 'max', bkip: username, bkprop: ['user', 'by', 'timestamp', 'expiry', 'reason'], bklimit: 1, formatversion: 2 } ).done( function(data) { var editcount = data.query.usercontribs.length; if ( data.continue ) editcount = data.limits.usercontribs+'+' var user = { groups: ['*'], editcount: editcount }; formatProfile(user, data.query.blocks[0]); } ); else api.get( { action: 'query', list: 'users', ususers: username, usprop: ['groups', 'editcount', 'registration', 'blockinfo', 'emailable'], formatversion: 2 } ).done( function(data) { var user = data.query.users[0]; var block; if ( user.blockid ) block = { user: username, by: user.blockedby, timestamp: user.blockedtimestamp, expiry: user.blockexpiry, reason: user.blockreason }; formatProfile(user, block); } ); function formatProfile(user, block) { user.groups.splice(user.groups.indexOf('*'), 1); var text = '<div class="horse-userprofile-info">'; if ( user.groups.length ) { var groupList = user.groups.map( function(group) { var grouppage = '{{MediaWiki:grouppage-'+group+'}}'; return [ '{{#ifexist: '+grouppage+' | [['+grouppage+'|{{int:group-'+group+'}}]] | {{int:group-'+group+'}} }}', '{{#ifexist: '+grouppage+' | [['+grouppage+'|{{int:group-'+group+'-member|'+username+'}}]] | {{int:group-'+group+'-member|'+username+'}} }}' ]; } ).reduce( function(prev, cur) { prev[0].push(cur[0]); prev[1].push(cur[1]); return prev; }, [[], []] ); text += '\n\n<span>{{int:prefs-memberingroups|'+user.groups.length+'|'+username+'}}</span>\t<span>{{int:prefs-memberingroups-type|'+mw.language.listToText(groupList[0])+'|'+mw.language.listToText(groupList[1])+'}}</span>'; } text += '\n\n<span>{{int:prefs-edits}}</span>\t<span>[[Special:Contribs/'+username+'|'+mw.language.convertNumber(user.editcount)+']]</span>'; if ( user.registration ) { text += '\n\n<span>{{int:prefs-registration}}</span>\t<span>'+mw.language.convertNumber(new Date(user.registration).toLocaleString(lang, dateOptions))+'</span>'; if ( !user.emailable ) text += '\n\n<span>{{int:nowikiemailtext|'+username+'}}</span>'; } text += '\n\n</div>'; if ( block && mw.config.get('wgArticleId') !== 0 ) { var blockDate = new Date(block.timestamp); var blockexpiry = '{{int:infiniteblock}}'; if ( !['infinite', 'indefinite', 'infinity', 'never'].includes(block.expiry) ) { var expiry = new Date(block.expiry.replace( /(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2,3})/, '$1-$2-$3T$4:$5:$6Z' )); var duration = expiry - blockDate; var blockDuration = []; var factor = 1000; if ( duration % factor === 0 ) blockDuration = ['duration-seconds', Math.floor(duration / factor)]; factor *= 60; if ( duration % factor === 0 ) blockDuration = ['duration-minutes', Math.floor(duration / factor)]; factor *= 60; if ( duration % factor === 0 ) blockDuration = ['duration-hours', Math.floor(duration / factor)]; factor *= 24; if ( duration % factor === 0 ) blockDuration = ['duration-days', Math.floor(duration / factor)]; if ( duration % (factor*7) === 0 ) blockDuration = ['duration-weeks', Math.floor(duration / (factor*7))]; if ( duration % (factor*30) === 0 ) blockDuration = ['months', Math.floor(duration / (factor*30))]; factor *= 365; if ( duration % factor === 0 ) blockDuration = ['duration-years', Math.floor(duration / factor)]; if ( duration % (factor*10) === 0 ) blockDuration = ['duration-decades', Math.floor(duration / (factor*10))]; if ( duration % (factor*100) === 0 ) blockDuration = ['duration-centuries', Math.floor(duration / (factor*100))]; if ( duration % (factor*1000) === 0 ) blockDuration = ['duration-millennia', Math.floor(duration / (factor*1000))]; if ( blockDuration.length < 2 || blockDuration[1] > 1000 ) blockexpiry = mw.language.convertNumber(expiry.toLocaleString(lang, dateOptions)); else blockexpiry = '{{int:'+blockDuration.join('|')+'}}'; } text += '<div class="horse-userprofile-block mw-warning-with-logexcerpt"><div>\n{{int:blocked-notice-logextract|'+username+'}}\n'; text += '* '+mw.language.convertNumber(blockDate.toLocaleString(lang, dateOptions))+' {{int:logentry-block-block|[[User:'+block.by+'|'+block.by+']] <span class="mw-usertoollinks mw-changeslist-links"><span>[[User talk:'+block.by+'|{{int:talkpagelinktext}}]]</span> <span>[[Special:Contribs/'+block.by+'|{{int:contribslink}}]]</span></span>|'+block.by; if ( mw.util.isIPAddress(block.user, true) ) text += '|[[Special:Contribs/'+block.user+'|'+block.user+']] <span class="mw-usertoollinks mw-changeslist-links"><span>[[User talk:'+block.user+'|{{int:talkpagelinktext}}]]</span></span>'; else text += '|[[User:'+block.user+'|'+block.user+']] <span class="mw-usertoollinks mw-changeslist-links"><span>[[User talk:'+block.user+'|{{int:talkpagelinktext}}]]</span> <span>[[Special:Contribs/'+block.user+'|{{int:contribslink}}]]</span></span>'; text += '|'+block.user+'|'+blockexpiry+'|}} <span class="comment">{{int:parentheses|'+block.reason+'}}</span></div></div>'; } api.parse( text, { disablelimitreport: true, wrapoutputclass: 'horse-userprofile mw-message-box mw-content-'+($('#contentSub').attr('dir')||'ltr'), uselang: mw.config.get('wgUserLanguage') } ).done( function(parsedText) { $('#contentSub').append(parsedText.replace( /\u29FCgroup-([^\u29FC\u29FD]+?)(?:-member)?\u29FD/g, '$1' )); } ); } } } ); // </nowiki> 2df0d96710fe446c5289ea1c484419b50c43fd5b MediaWiki:Gadgets 8 8 9 2025-03-25T22:52:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki See also: [[Special:Gadgets]] for a list of all installed gadgets, formatted in a friendly way. {{Special:PrefixIndex/MediaWiki:Gadgets}} 14815d26ea4ae878b5e77e1781eeb35cd742ad2c MediaWiki:Gadgets-definition 8 9 10 2025-03-25T22:52:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki * userProfile[ResourceLoader|dependencies=mediawiki.api,jquery,mw.loader,mediawiki.util|default]|userProfile.js|userProfile.css 144e9bfb83e9d4d90710b549af7127cb0f790b78 MediaWiki:Gadgets/charInserts 8 10 11 2025-03-25T22:52:46Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [ "edit" ], "categories": [], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } 518bbdc62f3fe767736f2de6ee9ba2b7eb9ab0a8 MediaWiki:Gadgets/charInserts/main.js 8 11 12 2025-03-25T22:52:46Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript $(function() { $('.mw-charinsert-item').each(function() { $(this).text($(this).closest('div').attr('data-ci-label')); $(this).css('display', 'inline-block'); }); $('.ci-loading-text').css('display','none'); }); daabc4b17b7729432f5c146630a0715a7abc13e9 MediaWiki:Gadgets/collapsibleSidebarSections 8 12 13 2025-03-25T22:52:47Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "appearance", "package": true, "default": false, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.css", "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } d67dc8fabaf4e1d275a3b17c42f3d707f00b707c MediaWiki:Gadgets/collapsibleSidebarSections/main.css 8 13 14 2025-03-25T22:52:48Z Mr Pie 5 2833 Adding default set of pages css text/css @media screen and (min-width:721px) { .client-js #mw-panel .vector-menu-portal .vector-menu-heading { cursor: pointer; display: flex; align-items: center; justify-content: space-between; } .client-js #mw-panel .vector-menu-portal .vector-menu-heading::after { content: ""; display: block; pointer-events: none; width: 14px; height: 14px; margin-top: 1px; /* offset */ --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M6 9l6 6l6 -6'%3E%3C/path%3E%3C/svg%3E") no-repeat; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center center; mask-position: center center; background-color: var(--wiki-sidebar-link-color); transform: rotate(180deg); } .client-js #mw-panel .vector-menu-portal.collapsed .vector-menu-heading::after { transform: rotate(0deg); } .client-js #mw-panel .vector-menu-portal::after { transition:0.5s } .client-js #mw-panel .vector-menu-portal.collapsed::after { border-image-slice:22% 45%; transition:0.5s; } } fcc58f877118c1bd86e6d26c83270653e40f4e24 MediaWiki:Gadgets/collapsibleSidebarSections/main.js 8 14 15 2025-03-25T22:52:49Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript $(function(){ // CONFIG section, you can edit this part // a list of sections that should be collapsed by default for *all users*. // This should be the name of the heading as listed in Mediawiki:Sidebar and is case-sensitive. // For example, if you have '* Character_Classes' and you want that section collapsed, add 'Character_Classes' into the brackets below. // Separate entries with commas and use underscores instead of spaces. // Example list: ['Character_Classes', 'Items', 'External_Links'] // Please DO NOT add navigation or tb into this list, as they are expected functionality. var INITIALLY_COLLAPSED_IDS = []; var MIN_ACTIVATION_WIDTH = 721; //END CONFIG // add the p- onto ids for ease of use, if not present INITIALLY_COLLAPSED_IDS.forEach(function(id, index){ if(!id.startsWith('p-')){ INITIALLY_COLLAPSED_IDS[index] = 'p-' + id; } }); var $portals = $("#mw-panel .vector-menu-portal"); var setup = function(){ $portals.each(function(index, el){ if(window.innerWidth < MIN_ACTIVATION_WIDTH) { return; } var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; } // check if this portal should be collapsed if( // portal is set to be initially collapsed and user has not indicated that they want it open (INITIALLY_COLLAPSED_IDS.includes($id) && localStorage.getItem('sidebar_c_'+$id) != "n") || // or // user has indicated they want this portal collapsed (localStorage.getItem('sidebar_c_'+$id) === "y") ){ $el.addClass('collapsed').find('.vector-menu-content').slideUp(0); } }); } setup(); $(window).on('resize', setup); $portals.on("click", "h3", function(event){ if(window.innerWidth < MIN_ACTIVATION_WIDTH) { return; } var $el = $(this).parent(); var $id = $el.attr("id"); if(!$id){ return; } $el.toggleClass('collapsed'); if($el.hasClass('collapsed')){ // more consistent between class and slide status. localStorage.setItem('sidebar_c_'+$id, "y"); $el.find('.vector-menu-content').slideUp('fast'); } else{ localStorage.setItem('sidebar_c_'+$id, "n"); $el.find('.vector-menu-content').slideDown('fast'); } }); }); 63d4425138f9c81e8294fbd01a08de9e1f58256a MediaWiki:Copyright 8 15 16 2025-03-25T22:52:50Z Mr Pie 5 2833 Created page with "{{int:wikigg-copyright|CC BY-SA 4.0|$1}}" wikitext text/x-wiki {{int:wikigg-copyright|CC BY-SA 4.0|$1}} 999f12b472b0177c515e14cda21d5e4ddc0603e1 MediaWiki:Gadgets/discordTemplate 8 16 17 2025-03-25T22:52:50Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with Discord embeds" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } 1232b7fbe2ff589295233393f6f387cf52793a2a MediaWiki:Gadgets/discordTemplate/main.js 8 17 18 2025-03-25T22:52:51Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript /** * DiscordCompact.js * ---------------------- * A very simple script to display a Discord widget. * Version 0.0.2 * https://support.wiki.gg/wiki/DiscordCompact * ---------------------- */ $(function() { var widget = $("#content #discord-compact-widget"); // Bail out if we didn't find a widget. if (!widget.length) return; var id = widget.attr("data-id"); // Ensure that the id is not blank. if (id === "") throw new Error("DiscordCompact has a blank server id!"); // Ensure that the id consists only of numbers and is at least 17 characters long. if (!new RegExp("^[0-9]{17}[0-9]+$").test(id)) throw new Error("DiscordCompact has an invalid server id!"); var apiBase = "https://discord.com/api/guilds/" + id; // Get some information about the server, such as online member count and invite url. // This also tells us if the server exists or has widgets disabled, so we look out for that too. $.ajax(apiBase + "/widget.json").fail(function(req){ if (!req.responseJSON) throw new Error("DiscordCompact encountered an unknown error whilst fetching widget.json (status: " + req.status); switch (req.responseJSON.code) { case 10004: throw new Error("DiscordCompact has a valid server id, but no such server exists!"); case 50004: throw new Error("DiscordCompact has a valid server id, but that server has widgets disabled!"); default: throw new Error("DiscordCompact encountered an unknown error whilst fetching widget.json (status: " + req.status + "; code: " + req.responseJSON.code + ")"); } }).done(function(res){ const inviteURL = res.instant_invite; // Warn if we can't get an invite URL. if (inviteURL == null) console.warn("DiscordCompact cannot get an invite URL; does this server have an invite channel set in Widget settings?"); // Now get the widget image. $.ajax({url: apiBase + "/widget.png?style=banner2", xhrFields: {responseType: "blob"}}).fail(function(req){ if (!req.responseJSON) throw new Error("DiscordCompact encountered an unknown error whilst fetching widget.png! (status: " + req.status); throw new Error("DiscordCompact encountered an unknown error whilst fetching widget.png! (status: " + req.status + "; code: " + req.responseJSON.code + ")"); }).done(function(blob){ // Convert the image data into base64. This prevents us having to make the client request it a second time. const imageReader = new FileReader(); imageReader.readAsDataURL(blob); imageReader.onloadend = function() { const b64Data = imageReader.result; // Replace the widget with an <a> tag widget.replaceWith(function() { return $("<a>", { id: widget.attr("id"), class: widget.attr("class"), style: widget.attr("style"), alt: "Discord server widget", href: inviteURL }); }); // We need to grab the widget again to update it. widget = $("#discord-compact-widget"); // Setup the CSS so that the image is displayed. widget.css("display", "block"); widget.css("max-height", "76px"); widget.css("max-width", "320px"); // Create the image. const widgetImage = document.createElement("img"); widgetImage.src = b64Data; widgetImage.style.width = "100%"; widgetImage.style.height = "100%"; widgetImage.style.borderRadius = "5px"; widget.append(widgetImage); // Prevent image dragging. widget.on("dragstart", function(e) { e.preventDefault(); }); // We're done here. console.log("DiscordCompact loaded successfully!"); } }); }); }); /** * based on https://dev.fandom.com/wiki/MediaWiki:DiscordIntegrator/code.js * * used by other wikis. */ $(function() { 'use strict'; var mconfig = mw.config.get([ 'wgContentLanguage', 'wgUserLanguage', 'wgUserName' ]); if (window.DiscordIntegratorLoaded) { return; } window.DiscordIntegratorLoaded = true; /** * Main object * @static */ var DiscordIntegrator = { /** * Initializing */ init: function() { mw.hook('wikipage.content').add($.proxy(this.insertToContent, this)); }, /** * Finding the designated places in content * in which to place the widget and placing it */ insertToContent: function($content) { $content.find('.DiscordIntegrator:not(.loaded)').each($.proxy(function(cabbage, el) { el = $(el); el.html(this.generateContent(el.data())).addClass('loaded'); }, this)); }, /** * Determines the theme of the widget. * @param {string} config Configured theme * @return {string} 'light' or 'dark' depending on the wiki theme and configuration */ determineTheme: function(config) { // If explicitly configured to light or dark. if (config === 'dark') { return 'dark'; } if (config === 'light') { return 'light'; } /** If not configured **/ // try to determine based on wiki theme (set by themeToggle): var clas = $(':root').attr('class'); var regex = /(^|\s)theme-(\w+)(\s|$)/; var match = clas.match(regex); if(match){ var wikiThemeName = match[2]; if(typeof(config) === 'object' && config !== null){ //with json theme config if(config[wikiThemeName]){ return config[wikiThemeName]; } } if(wikiThemeName === 'light'){ return 'light'; } if(wikiThemeName === 'dark'){ return 'dark'; } } // Otherwise, default to dark. return 'dark'; }, /** * Generating widget content from an object * @return {string} Content of the widget */ generateContent: function(config) { if (!config.id || !String(config.id).match(/\d{17,19}/)) { return "Error: ID of the widget is malformed or not supplied, please see <a href='https://support.wiki.gg/wiki/DiscordWidget' title='the instructions'>the instructions</a> for how to find your server's ID. Please make sure you are not inserting <strong>the DiscordIntegrator template</strong> when asked for <strong>your widget ID</strong>."; } if ( ( config.loggedIn === true || Boolean(config['logged-in']) === true && config['logged-in'] !== 'false' && config['logged-in'] !== '{{{loggedIn}}}' ) && !mconfig.wgUserName ) { return "Please <a href='/Special:UserLogin' title='log in'>log in</a> to see this widget."; } var username = config.username === '@disabled' ? '' : config.username === '@function' && typeof window.DiscordIntegratorGetUsername === 'function' ? window.DiscordIntegratorGetUsername() : config.username || mconfig.wgUserName; return mw.html.element('iframe', { src: 'https://discord.com/widget?id=' + config.id + '&theme=' + this.determineTheme(config.theme) + '&username=' + encodeURIComponent(username), width: config.width || '100%', height: config.height || '400px', allowtransparency: 'true', frameborder: '0', title: "Discord server widget" }); } }; DiscordIntegrator.init(); }); 1e1fd5704120cf67e15a757bd964c7295bdb464e MediaWiki:Gadgets/druid 8 18 19 2025-03-25T22:52:52Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "package": false, "section": "", "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with DRUID infoboxes" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "variablesEditMe.css", "mainReadonly.css", "customEditMe.css" ], "dependencies": [], "type": "styles" } } 5c21b27bf41aba17b090e0d888010c308bd5d0bb MediaWiki:Gadgets/druid/customEditMe.css 8 19 20 2025-03-25T22:52:53Z Mr Pie 5 2833 Adding default set of pages css text/css /* Custom DRUID styles should go here */ 7ecb3c635f03ba714e419c200113f47043f0e358 MediaWiki:Gadgets/druid/doc 8 20 21 2025-03-25T22:52:54Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>This gadget provides styles for {{ml|Infobox}}. You can customize: * [[MediaWiki:Gadgets/druid/variablesEditMe.css]] - to customize the built-in variables (e.g. if you want to make the color of your infobox not match the wiki accent color). This file will load '''first''' out of all of the DRUID CSS files. * [[MediaWiki:Gadgets/druid/customEditMe.css]] - to otherwise customize DRUID (e.g. if you want to change the padding, or add a border image, something that's not supported through variables. This file will load '''last''' out of all of the DRUID CSS files, so all rules here will overwrite rules in [[MediaWiki:Gadgets/druid/mainReadonly.css]] with equal specificity. Please do NOT modify [[MediaWiki:Gadgets/druid/mainReadonly.css]]!! That page may be updated by wiki.gg staff via script, and the updates will not function if you modify it. More documentation can be found at [[support:DRUID infoboxes|DRUID infoboxes]]<!-- --></includeonly><noinclude>This is the documentation page for [[{{#titleparts:{{FULLPAGENAME}}|-1}}]].</noinclude> 2813eb77787e37161b0ed7e4e85c9f5f2d7ad92e MediaWiki:Gadgets/druid/mainReadonly.css 8 21 22 2025-03-25T22:52:55Z Mr Pie 5 2833 Adding default set of pages css text/css /* --------------------------------------------- */ /* Do not edit this file please */ /* You can edit variablesEditMe and customEditMe */ /* --------------------------------------------- */ .druid-container { border: 4px solid var(--druid-border-color); border-radius: 3px; background: var(--druid-background-color); float: right; clear: right; margin: 0 0 1em 1em; width:100%; max-width:22em; box-sizing: border-box; border-collapse: collapse; } @media screen and (max-width: 720px) { .druid-container { float: none; margin: 0.5rem auto; } } .druid-main-images-file, .druid-main-image { text-align:center; } .druid-infobox .druid-title, .druid-infobox .druid-section { background:var(--druid-secondary-background-color); /* fallback */ background:color-mix(in srgb, var(--druid-secondary-background-color) 75%, transparent); color:var(--druid-secondary-background-label-color); text-align:center; font-size:1.5em; padding:1px; } .druid-infobox .druid-section { font-size: 1.25em; font-weight: 500; } .druid-infobox .druid-collapsible .druid-section { flex-grow: 1; } .druid-label { font-weight:bold; text-align: right; box-sizing: border-box; } .druid-row > .druid-label { width: 48%; flex-shrink: 0; } .druid-row > .druid-label, .druid-row > .druid-data { padding-inline: 0.3em; } .druid-main-image, .druid-main-images { padding:5px; } .druid-main-image img, .druid-main-images img { max-width:100%; height:auto; } .druid-main-images-labels { display:flex; flex-direction:row; flex-wrap:wrap; justify-content: space-evenly; margin:0.25em; gap:0.25em; } .druid-main-images-label { cursor:pointer; flex:1 1 auto; text-align:center; transition:.1s ease-in; outline:1px solid var(--druid-link-color); } .druid-main-images-label.focused { background:var(--druid-link-color); color:var(--druid-link-label-color); } .druid-main-images-label:not(.focused):hover { background:var(--druid-link-color); /* fallback */ background:color-mix(in srgb, var(--druid-link-color) 25%, transparent); } .druid-toggleable-data:not(.focused), .druid-main-images-file:not(.focused), .druid-toggleable-heading:not(.focused) { display:none; } .druid-row:not(:has(.druid-grid)):has(.druid-toggleable-data-empty.focused) { display:none; } .druid-section:has(.druid-toggleable-heading-empty.focused) { display:none; } .druid-grid { display:grid; gap: 0.3em; padding: 0.35em; } .druid-grid-item { background:var(--druid-tertiary-background-color); padding:0.25em; border:1px solid var(--druid-border-color); /* fallback */ border:1px solid color-mix(in srgb, var(--druid-border-color) 50%, transparent); border-radius: 2px; } .druid-grid-item .druid-label, .druid-grid-item .druid-data { text-align: center; } .druid-data-wide { width:100%; } .druid-section-container > .druid-collapsible { display: flex; justify-content: space-between; align-items: center; } .druid-collapsed { display:none!important; } .druid-collapsible { cursor:pointer; position:relative; } .druid-collapsible::after { content: ""; display: block; position: absolute; right: 10px; width: 20px; height: 20px; --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E collapse %3C/title%3E%3Cpath d='M1 13.75l1.5 1.5 7.5-7.5 7.5 7.5 1.5-1.5-9-9-9 9z'/%3E%3C/svg%3E") no-repeat; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center center; mask-position: center center; background-color: var(--druid-secondary-background-label-color); } .druid-collapsible-collapsed::after { transform: rotate(180deg); } .druid-section-container:has(.druid-toggleable-data-empty.focused):not(:has(.druid-toggleable-data-nonempty.focused)):not(:has(.druid-data-nonempty)) { display: none; } /***************************************** Div support *****************************************/ div.druid-row { display:flex; margin-block: 1px; } div.druid-row + div.druid-row { margin-top: 0; } div.druid-row > .druid-label { background: var(--druid-tertiary-background-color); } .druid-infobox .druid-title { font-weight: 700; } .druid-infobox #toc { display:none; } /******** Custom display classes *********/ div.druid-stacked.druid-row, .druid-stacked div.druid-row { flex-direction: column; } .druid-stacked.druid-row > .druid-label, .druid-stacked .druid-row > .druid-label { text-align: left; width: 100%; flex-basis:unset; } .druid-stacked.druid-row > .druid-data, .druid-stacked .druid-row > .druid-data { padding-left: .75em; } /* --------------------------------------------- */ /* Do not edit this file please */ /* You can edit variablesEditMe and customEditMe */ /* --------------------------------------------- */ c43cc0f0e37f1be790c96da24cfc86e3ef2dfe8f MediaWiki:Gadgets/druid/variablesEditMe.css 8 22 23 2025-03-25T22:52:56Z Mr Pie 5 2833 Adding default set of pages css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 8cf88860d6782aac5b9b65a990d7eddfd5c5c3f2 MediaWiki:Gadgets/druidScripts 8 23 24 2025-03-25T22:52:57Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with DRUID infoboxes" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } 5df47905f5c565c4a5c0da774413a6dee76eb7d1 MediaWiki:Gadgets/druidScripts/main.js 8 24 25 2025-03-25T22:52:58Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript mw.hook( 'wikipage.content' ).add( () => { $( '.druid-title-tab' ).off( 'click' ) .on( 'click', function () { const $parent = $( this ).closest( '.druid-container' ); $parent.find( '.druid-toggleable' ).removeClass( 'focused' ); const i = $( this ).attr( 'data-druid' ); $parent.find( `.druid-toggleable[data-druid="${i}"]` ).addClass( 'focused' ); } ); $( '.druid-section-tab' ).off( 'click' ) .on( 'click', function () { const $parent = $( this ).closest( '.druid-section-container' ); $parent.find( '.druid-toggleable' ).removeClass( 'focused' ); const i = $( this ).attr( 'data-druid' ); $parent.find( `.druid-toggleable[data-druid="${i}"]` ).addClass( 'focused' ); } ); $( '.druid-collapsible' ).off( 'click' ) .on( 'click', function () { const kind = $( this ).attr( 'data-druid-section' ); $( this ) .toggleClass( 'druid-collapsible-collapsed' ) .closest( '.druid-container' ) .find( `[data-druid-section-row="${kind}"]` ) .toggleClass( 'druid-collapsed' ); } ); } ); /* End DRUID */ af8f73fc414f3fc0dae8d97a044675e9912fa457 MediaWiki:Gadgets/hoverShowSpoilers 8 25 26 2025-03-25T22:52:59Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": false, "default": false, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.css" ], "dependencies": [], "type": "styles" } } e110b26ef7e015e5579a5eb41f366be7e37da34b MediaWiki:Gadgets/hoverShowSpoilers/main.css 8 26 27 2025-03-25T22:53:01Z Mr Pie 5 2833 Adding default set of pages css text/css .spoiler-content:hover > * { pointer-events:unset; opacity: 1; } .spoiler-content:hover { background-color: transparent; } 1c73aafcb749d7e0e9107c1045310d2af70aae7e MediaWiki:Gadgets/luaImportLinks 8 27 28 2025-03-25T22:53:02Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [ 828 ], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } e5843d78effc2d04aa1fde18970885a1845ae525 MediaWiki:Gadgets/luaImportLinks/main.js 8 28 29 2025-03-25T22:53:03Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript /* Link to imported modules from Lua code */ $(function() { var config = mw.config.get([ 'wgCanonicalNamespace', 'wgFormattedNamespaces' ]); if (config.wgCanonicalNamespace !== 'Module') { return; } var localizedNamespace = config.wgFormattedNamespaces[828]; $('.s1, .s2, .s').each(function() { var $this = $(this); var html = $this.html(); var quote = html[0]; var isLongStringQuote = quote === '['; var quoteRE = new RegExp('^\\' + quote + '|\\' + quote + '$', 'g'); if (isLongStringQuote) { quoteRE = /^\[\[|\]\]$/g; } var name = html.replace(quoteRE, ''); var isEnglishPrefix = name.startsWith('Module:'); var isLocalizedPrefix = name.startsWith(localizedNamespace + ':'); var isDevPrefix = name.startsWith('Dev:'); if (isEnglishPrefix || isLocalizedPrefix || isDevPrefix) { var attrs = { href: mw.util.getUrl(name) }; if (isDevPrefix) { attrs.href = 'https://commons.wiki.gg/wiki/Module:' + mw.util.wikiUrlencode(name.replace('Dev:', '')); attrs.target = '_blank'; attrs.rel = 'noopener'; } var link = mw.html.element('a', attrs, name); var str = quote + link + quote; if (isLongStringQuote) { str = '[[' + link + ']]'; } $this.html(str); } }); }); dc09796545586723653a906ae1fed87411f49536 MediaWiki:Gadgets/mpEditLinks 8 29 30 2025-03-25T22:53:04Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [], "contentModels": [], "rights": [ "editprotected" ] }, "module": { "pages": [ "main.css", "main.js" ], "dependencies": [ "jquery", "mediawiki.util" ], "type": "general" } } 896c95a05c8010f4e27f4ae9b4ceff0ac857e576 MediaWiki:Gadgets/mpEditLinks/main.css 8 30 31 2025-03-25T22:53:05Z Mr Pie 5 2833 Adding default set of pages css text/css .mp-edit-link { display:block; position:absolute; right:0.5em; top:0.5em; background:var(--wiki-content-background-color); } .mp-edit-link a { display:block; padding:0.1em; border:1px solid var(--wiki-content-link-color); } .mp-edit-link a::before { display:inline-block; content:''; background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E edit %3C/title%3E%3Cpath d=%22m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/svg%3E"); background-size:contain; width:1em; height:1em; filter:var(--wiki-icon-to-link-filter); vertical-align:text-top; margin-right:0.2em; } b1c240c635d5c7207d35f958031d9eace6324795 MediaWiki:Gadgets/mpEditLinks/main.js 8 31 32 2025-03-25T22:53:06Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript $( function () { if(!document.getElementById('mp-container')) return; var rootpage = document.getElementById('mp-container').dataset['rootpage']; // Get the rootpage passed from the main page module, so we don't need to make an API call /* generate the links here instead of in the wikitext, so that users who can't see them don't have them * in the DOM at all, and screenreaders and search engines don't get confused */ function createLinks(){ $('.mp-box').each(function(_, el){ var params = '?action=edit'; // only add the long preload stuff if the box doesn't exist, for prettier urls if ( $(el).hasClass('missing') ){ params += '&preload=Template:Main page box/preload&preloadparams[0]=' + el.dataset['boxId'].charAt(0).toUpperCase() + el.dataset['boxId'].slice(1); /* preloadparam is box id with first letter capitalized */ } $('<a></a>', { href: mw.util.getUrl(rootpage + '/' + el.dataset['boxId']) + params, text: 'Edit ' + rootpage + '/' + el.dataset['boxId'] }).appendTo( $('<div></div>', { class: 'mp-edit-link' }).prependTo(el) ); }); } function toggleLinks(){ $('.mp-edit-link').each(function(_, el){ $(el).toggle().css('display none;'); }); } $('<span></span>', { text: 'Toggle edit buttons', class: 'mp-edit-toggle', on: {click: toggleLinks}, }).appendTo($('#top')); createLinks(); }); 80b135c05947f6acbb039d454cd147aa67999d3a MediaWiki:Gadgets/purge 8 32 33 2025-03-25T22:53:07Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [], "contentModels": [], "rights": [ "edit" ] }, "module": { "pages": [ "main.js" ], "dependencies": [ "mediawiki.util", "mediawiki.api" ], "type": "general" } } af2694fd57147735a6bfbca7f9d483ff0dff31c6 MediaWiki:Gadgets/purge/main.js 8 33 34 2025-03-25T22:53:08Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript (function() { if ( document.getElementById( 'ca-cargo-purge' )){ return } // disable if Cargo has already added a purge button if ( mw.config.get( 'wgNamespaceNumber' ) === -1 ) { return } // disable on special pages var l10n = (function(){ var text = { 'buttonlabel': { 'en': 'Purge cache', 'de': 'Aktualisieren', 'fr': 'Purger', 'ru': 'Обновить', 'pt': 'Actualizar', 'pt-br': 'Actualizar', }, 'hovertext': { 'en': 'Purge the server cache for this page', 'de': 'Den Server-Cache dieser Seite löschen', 'fr': 'Purge le cache du serveur de cette page', 'ru': 'Очистить кэш сервера на этой странице', 'pt': 'Limpe o cache do servidor para esta página', 'pt-br': 'Limpe o cache do servidor para esta página', }, 'errortext': { 'en': 'Failed to purge the page! Error code: $1' } } var lang = mw.config.get( 'wgUserLanguage' ) || 'en'; return function(key){ return text[key] && (text[key][lang] || text[key]['en']) || ''; } })(); var url = new URL(window.location.href); url.searchParams.set('action', 'purge'); var button = mw.util.addPortletLink('p-cactions', url.href, l10n('buttonlabel'), 'ca-gadget-purgecache', l10n('hovertext'), '1'); button.addEventListener('click', (function(event) { event.preventDefault(); var api = new mw.Api(); api.post({ action: 'purge', titles: mw.config.get('wgPageName'), forcerecursivelinkupdate: true }).then(function() { window.location.reload(true); }).fail(function(code) { mw.notify(l10n('errortext').replace('$1', code)); }); })); console.log('purge loaded'); })(); 6e5bbcc0a70b1d962c5b9376272ddbe79443d8fc MediaWiki:Gadgets/ranger 8 34 35 2025-03-25T22:53:09Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": false, "default": true, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with navboxes" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "variables.css", "main.css", "custom.css" ], "dependencies": [], "type": "styles" } } 02a05063770275f77c6a7df46cfecee5acb7f740 MediaWiki:Gadgets/ranger/custom.css 8 35 36 2025-03-25T22:53:10Z Mr Pie 5 2833 Adding default set of pages css text/css /* Custom RANGER styles can go here. Rules here will override rules of equal specificity in main.css */ 769d3248cef93d2b58dcf7339da923494f5173f8 MediaWiki:Gadgets/ranger/main.css 8 36 37 2025-03-25T22:53:11Z Mr Pie 5 2833 Adding default set of pages css text/css /** as of Module:navbox version 1.2.2 **/ .ranger-navbox{ border-color: var(--navbox-outer-border-color); border-style: var(--navbox-outer-border-style); border-width: var(--navbox-outer-border-width); border-radius: var(--navbox-outer-border-radius); padding: var(--navbox-padding); font-size: var(--navbox-font-size); margin: var(--navbox-margin); background: var(--navbox-background); line-height: 1.5; clear:both; } .ranger-navbox * { border: 0; } .ranger-navbox .center *{ margin-left: unset; margin-right: unset; } .ranger-navbox, .ranger-navbox .ranger-section, .ranger-navbox .ranger-listbox{ display: flex; flex-direction: column; gap: var(--navbox-gap); } .ranger-navbox .ranger-title, .ranger-navbox .ranger-header{ text-align: center; min-height: 1.5em; position: relative; z-index: 0; font-weight: bold; } .ranger-navbox .ranger-title{ color: var(--navbox-title-color); background: var(--navbox-title-background); font-size: var(--navbox-title-font-size); padding: var(--navbox-title-padding--y) calc(1.5em + var(--navbox-icon-offset--x)); /* left and right padding equal to the size and position of the edit/collapse buttons */ } .ranger-navbox .ranger-title a, .ranger-navbox .ranger-title a:visited, .ranger-navbox .ranger-title a:hover, .ranger-navbox .ranger-title a.external, .ranger-navbox .ranger-title a.external:visited, .ranger-navbox .ranger-title a.external:hover { text-decoration: var(--navbox-title-link-decoration); } .ranger-navbox .ranger-title a.new, .ranger-navbox .ranger-title a.new:visited { text-decoration: var(--navbox-title-redlink-decoration); } .ranger-navbox .ranger-title a, .ranger-navbox .ranger-title a.external, .ranger-navbox .ranger-title a.external:visited { color: var(--navbox-title-link-color); } .ranger-navbox .ranger-title a:visited{ color: var(--navbox-title-link-color--visited); } .ranger-navbox .ranger-title a.new, .ranger-navbox .ranger-title a.new:visited{ color:var(--navbox-title-redlink-color); } .ranger-navbox .ranger-title a:hover, .ranger-navbox .ranger-title a:visited:hover, .ranger-navbox .ranger-title a.external:hover, .ranger-navbox .ranger-title a.external:visited:hover { color:var(--navbox-title-link-color--hover); } .ranger-navbox .ranger-header{ color: var(--navbox-header-color); background: var(--navbox-header-background); font-size: var(--navbox-header-font-size); padding: var(--navbox-header-padding--y) calc(1.5em + var(--navbox-icon-offset--x)); /* left and right padding equal to the size and position of the edit/collapse buttons */ } .ranger-navbox .ranger-sublist .ranger-header{ font-size: var(--navbox-subheader-font-size); padding: var(--navbox-subheader-padding--y) calc(1.5em + var(--navbox-icon-offset--x)); /* left and right padding equal to the size and position of the edit/collapse buttons */ } .ranger-navbox .ranger-header a, .ranger-navbox .ranger-header a:visited, .ranger-navbox .ranger-header a:hover, .ranger-navbox .ranger-header a.external, .ranger-navbox .ranger-header a.external:visited, .ranger-navbox .ranger-header a.external:hover { text-decoration: var(--navbox-header-link-decoration); } .ranger-navbox .ranger-header a.new, .ranger-navbox .ranger-header a.new:visited { text-decoration: var(--navbox-header-redlink-decoration); } .ranger-navbox .ranger-header a, .ranger-navbox .ranger-header a.external, .ranger-navbox .ranger-header a.external:visited { color: var(--navbox-header-link-color); } .ranger-navbox .ranger-header a:visited{ color: var(--navbox-header-link-color--visited); } .ranger-navbox .ranger-header a.new, .ranger-navbox .ranger-header a.new:visited{ color:var(--navbox-header-redlink-color); } .ranger-navbox .ranger-header a:hover, .ranger-navbox .ranger-header a:visited:hover, .ranger-navbox .ranger-header a.external:hover, .ranger-navbox .ranger-header a.external:visited:hover { color:var(--navbox-header-link-color--hover); } .ranger-navbox .ranger-meta{ font-size: var(--navbox-title-font-size); position: absolute; left: var(--navbox-icon-offset--x); top: calc(var(--navbox-title-padding--y) + 0.08em); /* 0.08em: vertial offset tweak based on the icon graph */ display: block; } .ranger-navbox .ranger-meta .nv{ --mask: var(--icon-metalinks); display: block; width: 0.84em; /* based on the icon graph */ height: 0.84em; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center center; mask-position: center center; background-color: var(--navbox-title-icon-color); } .ranger-navbox .ranger-meta .nv > a{ display: block; width: 100%; height: 100%; opacity: 0; } .ranger-navbox .ranger-meta .nv > a > span{ display: block; width: 100%; height: 100%; overflow: hidden; } .ranger-navbox .ranger-meta:has(.mw-selflink){ display: none; } .ranger-navbox, .ranger-navbox .ranger-section{ position: relative; } .ranger .mw-collapsible-toggle-placeholder{ display: none; } .ranger-navbox .ranger-title > .ranger-title-text, .ranger-navbox .ranger-header > .ranger-header-text{ pointer-events: none; } .ranger-navbox .ranger-title > .ranger-title-text a, .ranger-navbox .ranger-header > .ranger-header-text a{ pointer-events: auto; } .ranger-navbox .ranger-title > .mw-collapsible-toggle, .ranger-navbox .ranger-header > .mw-collapsible-toggle{ --mask: var(--icon-chevron-down); position: absolute; right: 0; top: 0; z-index: -1; display: block; width: 100%; height: 100%; overflow:hidden; } .ranger-navbox.small-collapsible-toggle-click-area .ranger-title > .mw-collapsible-toggle, .ranger-navbox.small-collapsible-toggle-click-area .ranger-header > .mw-collapsible-toggle{ width: 1.5em; height: 1.5em; right: var(--navbox-icon-offset--x); } .ranger-navbox.small-collapsible-toggle-click-area .ranger-title > .mw-collapsible-toggle{ top: var(--navbox-title-padding--y); } .ranger-navbox.small-collapsible-toggle-click-area .ranger-header > .mw-collapsible-toggle{ top: var(--navbox-header-padding--y); } .ranger-navbox.small-collapsible-toggle-click-area .ranger-sublist .ranger-header > .mw-collapsible-toggle{ top: var(--navbox-subheader-padding--y); } .ranger-navbox .ranger-title > .mw-collapsible-toggle::before, .ranger-navbox .ranger-header > .mw-collapsible-toggle::before{ content: ""; display: block; width: 1.5em; height: 1.5em; position: absolute; right: var(--navbox-icon-offset--x); -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center center; mask-position: center center; background-color: var(--navbox-title-icon-color); transform: scaleY(-1); } .ranger-navbox .ranger-title > .mw-collapsible-toggle::before{ top: var(--navbox-title-padding--y); } .ranger-navbox .ranger-header > .mw-collapsible-toggle::before{ top: var(--navbox-header-padding--y); } .ranger-navbox .ranger-sublist .ranger-header > .mw-collapsible-toggle::before{ top: var(--navbox-subheader-padding--y); } .ranger-navbox.small-collapsible-toggle-click-area .ranger-title > .mw-collapsible-toggle::before, .ranger-navbox.small-collapsible-toggle-click-area .ranger-header > .mw-collapsible-toggle::before{ top: 0; right: 0; } .ranger-navbox .ranger-header > .mw-collapsible-toggle::before{ background-color: var(--navbox-header-icon-color); } .ranger-navbox .ranger-title > .mw-collapsible-toggle.mw-collapsible-toggle-collapsed::before, .ranger-navbox .ranger-header > .mw-collapsible-toggle.mw-collapsible-toggle-collapsed::before{ transform: none; } .ranger-navbox .ranger-title > .mw-collapsible-toggle *, .ranger-navbox .ranger-title > .mw-collapsible-toggle::after, .ranger-navbox .ranger-header > .mw-collapsible-toggle *, .ranger-navbox .ranger-header > .mw-collapsible-toggle::after{ display: none; } .ranger-navbox .ranger-list{ width: unset; padding: var(--navbox-list-padding); } .ranger-navbox .ranger-above{ background: var(--navbox-above-background); color: var(--navbox-above-color); padding: var(--navbox-above-padding); width: unset; } .ranger-navbox .ranger-below{ background: var(--navbox-below-background); color: var(--navbox-below-color); padding: var(--navbox-below-padding); width: unset; } .ranger-navbox .ranger-sublist{ display: flex; flex-direction: column; gap: var(--navbox-gap); } .ranger-navbox .ranger-section-body{ display: grid; gap: var(--navbox-gap); grid-template-columns: auto minmax(0,1fr); } .ranger-navbox .ranger-row{ display: contents; } .ranger-navbox .ranger-group, .ranger-navbox .ranger-subgroup{ text-align: var(--navbox-group-text-align); white-space: nowrap; font-weight: bold; background: var(--navbox-group-background); color: var(--navbox-group-color); padding: var(--navbox-group-padding); width: unset; } /* for desktop view */ .ranger-navbox.group-align-left .ranger-group, .ranger-navbox.group-align-left .ranger-subgroup{ --navbox-group-text-align: left; } .ranger-navbox.group-align-center .ranger-group, .ranger-navbox.group-align-center .ranger-subgroup{ --navbox-group-text-align: center; } .ranger-navbox.group-align-right .ranger-group, .ranger-navbox.group-align-right .ranger-subgroup{ --navbox-group-text-align: right; } /* for mobile view */ .ranger-navbox.mobile-group-align-left .ranger-group, .ranger-navbox.mobile-group-align-left .ranger-subgroup{ --navbox-group-text-align--mobile: left; } .ranger-navbox.mobile-group-align-center .ranger-group, .ranger-navbox.mobile-group-align-center .ranger-subgroup{ --navbox-group-text-align--mobile: center; } .ranger-navbox.mobile-group-align-right .ranger-group, .ranger-navbox.mobile-group-align-right .ranger-subgroup{ --navbox-group-text-align--mobile: right; } .ranger-navbox .ranger-listbox > .ranger-wrap{ background: var(--navbox-list-background); color: var(--navbox-list-color); flex-grow: 1; } .ranger-navbox .ranger-sublist{ flex-grow: var(--count); } .ranger-navbox .ranger-listbox:first-child{ /* A list-n without group-n */ grid-column-end: span 2; } .ranger-navbox .ranger-group, .ranger-navbox .ranger-subgroup, .ranger-navbox .ranger-listbox > .ranger-wrap{ display: grid; justify-items: stretch; align-items: center; } .ranger-navbox.striped-even .ranger-even, .ranger-navbox.striped-odd .ranger-odd{ background: var(--navbox-list-background--striped); } /* make links use full line height (larger click box)*/ .ranger-navbox .hlist a{ display: inline-block; } .ranger-navbox .align-left, .ranger-navbox .alignleft{ text-align: left; } .ranger-navbox .align-center, .ranger-navbox .aligncenter{ text-align: center; } .ranger-navbox .align-right, .ranger-navbox .alignright{ text-align: right; } /* responsive */ @media screen and (max-width: 720px) { .ranger-navbox .ranger-section-body, .ranger-navbox .ranger-sublist { display: flex; flex-flow: column; } .ranger-navbox .ranger-row{ display: block; } .ranger-navbox .ranger-group + .ranger-listbox > .ranger-sublist:first-child, .ranger-navbox .ranger-subgroup + .ranger-listbox > .ranger-sublist:first-child{ margin-top: var(--navbox-gap); } .ranger-navbox .ranger-listbox.empty{ display: none; } .ranger-navbox .ranger-group, .ranger-navbox .ranger-subgroup{ text-align: var(--navbox-group-text-align--mobile); white-space: normal; } .ranger-navbox .ranger-sublist { padding-left: var(--navbox-tree-indent); margin-left: var(--navbox-tree-line-indent); } .ranger-navbox .ranger-subgroup, .ranger-navbox .ranger-listbox { position:relative; } .ranger-navbox .ranger-group br, .ranger-navbox .ranger-subgroup br{ display: none; } .ranger-navbox .ranger-sublist > .ranger-section > .ranger-header{ margin-left: calc( 0px - var(--navbox-tree-indent) - var(--navbox-tree-line-indent)); } .ranger-navbox .ranger-sublist .ranger-row > ::before{ position: absolute; left: calc(0px - var(--navbox-tree-indent)); top: 0; width: var(--navbox-tree-line-width); height: 100%; content: ''; display: block; background-color: var(--navbox-tree-line-color); } .ranger-navbox .ranger-sublist .ranger-row > .ranger-listbox::before, .ranger-navbox .ranger-row.empty-list > .ranger-subgroup::before{ height: calc(100% + var(--navbox-gap)); } .ranger-navbox .ranger-sublist .ranger-row:last-child > ::before { display: none; } .ranger-navbox .ranger-sublist .ranger-row:last-child > :first-child::before { display: block; height: calc(50% + var(--navbox-tree-line-width)/2); } .ranger-navbox .ranger-subgroup::after, .ranger-navbox .empty-group > .ranger-listbox > .ranger-wrap::after{ position: absolute; left: calc(0px - var(--navbox-tree-indent) + var(--navbox-tree-line-width)); width: calc(var(--navbox-tree-indent) - var(--navbox-tree-line-spacing) - var(--navbox-tree-line-width)); height: var(--navbox-tree-line-width); content: ''; background-color: var(--navbox-tree-line-color); } /* increase height for links */ .ranger-navbox .hlist{ line-height: 2; } } /**** `.pill` class: the "pill" style ****/ /* remove middle dots betweem items */ .ranger-navbox.pill .hlist dd:not(:last-child)::after, .ranger-navbox.pill .hlist li:not(:last-child)::after{ display: none; } /* remove parentheses around nested lists*/ .ranger-navbox.pill .hlist dd ol::before, .ranger-navbox.pill .hlist dd ul::before, .ranger-navbox.pill .hlist dd dl::before, .ranger-navbox.pill .hlist dt ol::before, .ranger-navbox.pill .hlist dt ul::before, .ranger-navbox.pill .hlist dt dl::before, .ranger-navbox.pill .hlist li ol::before, .ranger-navbox.pill .hlist li ul::before, .ranger-navbox.pill .hlist li dl::before, .ranger-navbox.pill .hlist dd ol::after, .ranger-navbox.pill .hlist dd ul::after, .ranger-navbox.pill .hlist dd dl::after, .ranger-navbox.pill .hlist dt ol::after, .ranger-navbox.pill .hlist dt ul::after, .ranger-navbox.pill .hlist dt dl::after, .ranger-navbox.pill .hlist li ol::after, .ranger-navbox.pill .hlist li ul::after, .ranger-navbox.pill .hlist li dl::after { display: none; } /* make lists inline-flex */ .ranger-navbox.pill .hlist ul, .ranger-navbox.pill .hlist ol, .ranger-navbox.pill .hlist dl{ display: inline-flex; gap: var(--navbox-pill-gap); flex-wrap: wrap; } /* "pill" style for items */ .ranger-navbox.pill .hlist li, .ranger-navbox.pill .hlist dt, .ranger-navbox.pill .hlist dd{ padding: var(--navbox-pill-padding); border-radius: var(--navbox-pill-border-radius); box-shadow: var(--navbox-pill-box-shadow); background: var(--navbox-pill-background); /* 100% height */ display: flex; align-items: center; /* for nested lists */ gap: var(--navbox-pill-gap); flex-wrap: wrap; } /* Add a hover / focus feedback style */ .ranger-navbox.pill .hlist dd:hover, .ranger-navbox.pill .hlist dd:focus, .ranger-navbox.pill .hlist dt:hover, .ranger-navbox.pill .hlist dt:focus, .ranger-navbox.pill .hlist li:hover, .ranger-navbox.pill .hlist li:focus { box-shadow: var(--navbox-pill-box-shadow--hover); background: var(--navbox-pill-background--hover); } /* pill with selflink * * Only select the deepest level for nested lists. * We have to use :has() to pick pills with selflink and * all browsers which support :has() should also support :is() and :not(), * therefore we can use :is() and :not() here safely. */ .ranger-navbox.pill .hlist .ranger-list :is(li,dt,dd):has(.mw-selflink):not(:has(li, dt, dd)){ background: var(--navbox-pill-selflink-background); } /**** `.pill-mobile` class: only apply the "pill" style on mobile ****/ @media screen and (max-width: 720px) { /* remove middle dots betweem items */ .ranger-navbox.pill-mobile .hlist dd:not(:last-child)::after, .ranger-navbox.pill-mobile .hlist li:not(:last-child)::after{ display: none; } /* remove parentheses around nested lists*/ .ranger-navbox.pill-mobile .hlist dd ol::before, .ranger-navbox.pill-mobile .hlist dd ul::before, .ranger-navbox.pill-mobile .hlist dd dl::before, .ranger-navbox.pill-mobile .hlist dt ol::before, .ranger-navbox.pill-mobile .hlist dt ul::before, .ranger-navbox.pill-mobile .hlist dt dl::before, .ranger-navbox.pill-mobile .hlist li ol::before, .ranger-navbox.pill-mobile .hlist li ul::before, .ranger-navbox.pill-mobile .hlist li dl::before, .ranger-navbox.pill-mobile .hlist dd ol::after, .ranger-navbox.pill-mobile .hlist dd ul::after, .ranger-navbox.pill-mobile .hlist dd dl::after, .ranger-navbox.pill-mobile .hlist dt ol::after, .ranger-navbox.pill-mobile .hlist dt ul::after, .ranger-navbox.pill-mobile .hlist dt dl::after, .ranger-navbox.pill-mobile .hlist li ol::after, .ranger-navbox.pill-mobile .hlist li ul::after, .ranger-navbox.pill-mobile .hlist li dl::after { display: none; } /* make lists inline-flex */ .ranger-navbox.pill-mobile .hlist ul, .ranger-navbox.pill-mobile .hlist ol, .ranger-navbox.pill-mobile .hlist dl{ display: inline-flex; gap: var(--navbox-pill-gap); flex-wrap: wrap; } /* "pill" style for items */ .ranger-navbox.pill-mobile .hlist li, .ranger-navbox.pill-mobile .hlist dt, .ranger-navbox.pill-mobile .hlist dd{ /* 100% height */ display: flex; align-items: center; /* for nested lists */ gap: var(--navbox-pill-gap); flex-wrap: wrap; } /* "pill" style for items */ .ranger-navbox.pill-mobile .hlist li, .ranger-navbox.pill-mobile .hlist dt, .ranger-navbox.pill-mobile .hlist dd{ padding: var(--navbox-pill-padding); border-radius: var(--navbox-pill-border-radius); box-shadow: var(--navbox-pill-box-shadow); background: var(--navbox-pill-background); /* 100% height */ display: flex; align-items: center; /* for nested lists */ gap: var(--navbox-pill-gap); flex-wrap: wrap; } /* Add a hover / focus feedback style */ .ranger-navbox.pill-mobile .hlist dd:hover, .ranger-navbox.pill-mobile .hlist dd:focus, .ranger-navbox.pill-mobile .hlist dt:hover, .ranger-navbox.pill-mobile .hlist dt:focus, .ranger-navbox.pill-mobile .hlist li:hover, .ranger-navbox.pill-mobile .hlist li:focus { box-shadow: var(--navbox-pill-box-shadow--hover); background: var(--navbox-pill-background--hover); } /* pill with selflink * * Only select the deepest level for nested lists. * We have to use :has() to pick pills with selflink and * all browsers which support :has() should also support :is() and :not(), * therefore we can use :is() and :not() here safely. */ .ranger-navbox.pill-mobile .hlist .ranger-list :is(li,dt,dd):has(.mw-selflink):not(:has(li, dt, dd)){ background: var(--navbox-pill-selflink-background); } } /********************* * End Template:Navbox* **********************/ ef53304ec73d1489fe61b0d50ab8f34bd3a07f55 MediaWiki:Gadgets/ranger/variables.css 8 37 38 2025-03-25T22:53:12Z Mr Pie 5 2833 Adding default set of pages css text/css .ranger-navbox{ --navbox-background: var(--wiki-content-background-color); /* for entire navbox */ --navbox-margin: 0.5em auto; --navbox-padding: 4px; --navbox-gap: 3px; /* when using zero-value, it must be 0px */ --navbox-outer-border-color: var(--wiki-content-border-color--accent); --navbox-outer-border-width: 1px; --navbox-outer-border-style: solid; --navbox-outer-border-radius: 0px; --navbox-font-size: calc(1em - 2px); --navbox-title-color: var(--wiki-accent-label-color); --navbox-title-font-size: calc(125%); --navbox-title-background: var(--wiki-accent-color); --navbox-title-icon-color: var(--wiki-accent-label-color); --navbox-title-link-color: var(--navbox-title-color); --navbox-title-link-color--visited: var(--navbox-title-link-color); --navbox-title-link-color--hover: var(--wiki-accent-link-color); --navbox-title-redlink-color: var(--navbox-title-link-color); --navbox-title-link-decoration: underline solid; --navbox-title-redlink-decoration: underline wavy; --navbox-title-padding--y: 0.5em; --navbox-above-background: color-mix(in srgb, var(--wiki-content-text-color) 15%, transparent); --navbox-above-color: var(--wiki-content-text-color); --navbox-above-padding: var(--navbox-list-padding); --navbox-below-background: var(--navbox-above-background); --navbox-below-color: var(--navbox-above-color); --navbox-below-padding: var(--navbox-above-padding); --navbox-header-color: var(--navbox-title-color); --navbox-header-font-size: calc(110%); --navbox-header-background: var(--navbox-title-background); --navbox-header-icon-color: var(--navbox-title-icon-color); --navbox-header-link-color: var(--navbox-title-link-color); --navbox-header-link-color--visited: var(--navbox-title-link-color--visited); --navbox-header-link-color--hover: var(--navbox-title-link-color--hover); --navbox-header-redlink-color: var(--navbox-title-redlink-color); --navbox-header-link-decoration: var(--navbox-title-link-decoration); --navbox-header-redlink-decoration: var(--navbox-title-redlink-decoration); --navbox-header-padding--y: 0.3em; --navbox-subheader-font-size: calc(100%); --navbox-subheader-padding--y: calc(var(--navbox-header-padding--y)/2); --navbox-list-background: color-mix(in srgb, var(--wiki-content-text-color) 5%, transparent); --navbox-list-background--striped: color-mix(in srgb, var(--wiki-content-text-color) 8%, transparent); --navbox-list-color: var(--wiki-content-text-color); --navbox-list-padding: 0.25em 0.5em; /* --navbox-group-* also apply to .ranger-subgroup */ --navbox-group-text-align: left; --navbox-group-text-align--mobile: left; /* only for mobile view */ --navbox-group-background: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); --navbox-group-color: var(--wiki-content-text-color); --navbox-group-padding: var(--navbox-list-padding); --navbox-tree-line-color: color-mix(in srgb, var(--wiki-accent-color) 30%, transparent); --navbox-tree-line-width: 2px; --navbox-tree-indent: 1em; --navbox-tree-line-indent: 0.5em; --navbox-tree-line-spacing: var(--navbox-gap); --icon-chevron-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M6 9l6 6l6 -6'%3E%3C/path%3E%3C/svg%3E"); --icon-metalinks: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-edit' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1'%3E%3C/path%3E%3Cpath d='M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z'%3E%3C/path%3E%3Cpath d='M16 5l3 3'%3E%3C/path%3E%3C/svg%3E"); --navbox-icon-offset--x: 0.5rem; /* should be an absolute length (rem-based or px-based) */ } .ranger-navbox.pill, .ranger-navbox.pill-mobile{ /** vars for the "pill" style only (`.pill` and ".pill-mobile" clases) **/ --navbox-pill-gap: 0.3em; --navbox-pill-padding: 0.25em 0.75em; --navbox-pill-border-radius: 3px; --navbox-pill-box-shadow: none; --navbox-pill-background: color-mix(in srgb, var(--wiki-content-text-color) 5%, transparent); --navbox-pill-box-shadow--hover: inset 0 0 3px var(--navbox-list-color); --navbox-pill-background--hover: var(--navbox-pill-background); --navbox-pill-selflink-background: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent);/* background of pills with selflink in them */ /* remove list cell background */ --navbox-list-background: none; --navbox-list-background--striped: color-mix(in srgb, var(--wiki-content-text-color) 3%, transparent); } .ranger-navbox.no-underline-title-links{ --navbox-title-link-color: var(--wiki-accent-link-color); --navbox-title-link-decoration: none; --navbox-title-redlink-decoration: none; } .ranger-navbox.noborder, .ranger-navbox.no-border{ --navbox-padding: 0px; --navbox-outer-border-width: 0px; } /****************************** * Fallback for older browsers * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .ranger-navbox { --navbox-above-background: var(--wiki-content-background-color--secondary); --navbox-list-background: transparent; --navbox-list-background--striped: var(--wiki-content-background-color--secondary); --navbox-group-background: var(--wiki-content-background-color--secondary); --navbox-tree-line-color: var(--wiki-content-background-color--secondary); } .ranger-navbox.pill, .ranger-navbox.pill-mobile { --navbox-pill-background: var(--wiki-content-background-color--secondary); --navbox-list-background--striped: transparent; --navbox-pill-selflink-background: var(--wiki-content-background-color--secondary); } } /*************** * End fallback * ****************/ 0f49887270380cdac6968f16cfc75a115818c39a MediaWiki:Gadgets/spoilers 8 38 39 2025-03-25T22:53:13Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with spoilers" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery" ], "type": "general" } } e2aacbae968c704385f3937e6b0004f263907193 MediaWiki:Gadgets/spoilers/main.js 8 39 40 2025-03-25T22:53:14Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript /* [[Template:Spoiler]] */ mw.hook('wikipage.content').add(function() { $('.spoiler-content') .off('click') // in case this code is loaded twice .on('click', function(e){ $(this).toggleClass('show'); }).find('a').on('click', function(e){ e.stopPropagation(); }); }); /* End Template:Spoiler */ c96e5a798a1781287a56037db79ab9094a3eae2b MediaWiki:Gadgets/themeColorEditor 8 40 41 2025-03-25T22:53:15Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [ 8 ], "contentModels": [ "css" ], "rights": [ "editinterface" ] }, "module": { "pages": [ "main.js" ], "dependencies": [], "type": "general" } } 294a47ed0bd03228625e8241b69d9f11fadd0390 MediaWiki:Gadgets/themeColorEditor/main.js 8 41 42 2025-03-25T22:53:16Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript $(function() { if (mw.config.get('wgPageName') != "MediaWiki:Common.css") return; mw.loader.load( 'https://commons.wiki.gg/load.php?lang=en&modules=ext.gadget.themeColorEditorScript&skin=vector&maxage=360&smaxage=360' ) }); a6d1c6789815c3c323c2afd84def2c1ca23d5efe MediaWiki:Gadgets/uploadMultipleFiles 8 42 43 2025-03-25T22:53:17Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": false, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [ -1 ], "contentModels": [], "rights": [ "edit", "upload" ] }, "module": { "pages": [ "main.js" ], "dependencies": [ "jquery", "mediawiki.util" ], "type": "general" } } 13bc1e984c367575a7b4f4ac29d2cf75b4f01c6c MediaWiki:Gadgets/uploadMultipleFiles/main.js 8 43 44 2025-03-25T22:53:18Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript /* Modified version of https://dev.fandom.com/wiki/UploadMultipleFiles * from https://terraria.wiki.gg/wiki/MediaWiki:Gadget-uploadMultipleFiles.js */ mw.loader.using(["site", "mediawiki.util"]).then(function() { if (mw.config.get("wgCanonicalSpecialPageName") !== "Upload") return; if (window.__wgg_UploadMultipleFiles_IsLoaded) { return; } window.__wgg_UploadMultipleFiles_IsLoaded = true; var l10nFactory = l10nFactory || function($lang, $data) { return function ($key) { // (null == undefined) is true, (null === undefined) is false return ($data[$lang] && $data[$lang][$key] != null) ? $data[$lang][$key] : $data.en[$key]; }; }; const l10n = l10nFactory(mw.config.get("wgUserLanguage"), { en: { multiupload: "Upload multiple files:", yes: "Yes", no: "No", sourcefiles: "Source files:", categoryname: "Category name:", categorynamehint: "Page name of the category the files will automatically be added to, e.g. Item images", categorynamespace: "Category", uploadfiles: "Upload files", nofiles: "Please select some files first.", nolicense: "Please select a valid license first.", summary: "Summary", license: "Licensing", categories: "Categories", uploading: "Uploading files...", uploaded: "Uploaded:", failed: "Failed:", done: "Done." } }); const getUploadDescription = function() { var sections = []; var summary = $("#wpUploadDescription").val(); var licenseDisplayName = $("#wpLicense option:selected").val(); var categoryName = $("#multiFileCategory").val(); if (summary !== "") sections.push(summary); if (licenseDisplayName !== "") { var licenseTemplateText = $("#wpLicense option:selected").prop("title"); sections.push("== " + l10n("license") + " ==\n" + licenseTemplateText); } if (categoryName !== "") sections.push("[[" + l10n("categorynamespace") + ":" + categoryName + "]]"); return sections.join("\n\n"); }; const getWatchlistPreference = function() { if ($("#wpWatchthis").is(":checked")) { return "watch"; } else { return "nochange"; } }; $(function(){ $("#wpUploadFile").parent().parent().addClass("regularFileSelect"); $("tr.regularFileSelect").before('<tr><td class="mw-label">'+ l10n("multiupload") + '</td><td class="mw-input"><label><input type="radio" name="multipleFiles" value="'+ l10n("yes") + '" /> '+ l10n("yes") + '</label> &nbsp; <label><input type="radio" name="multipleFiles" value="'+ l10n("no") + '" checked="" /> '+ l10n("no") + '</label></td></tr>'); $("tr.regularFileSelect").after('<tr class="multipleFileSelect" style="display:none;"><td class="mw-label">' + l10n("sourcefiles") + '</td><td class="mw-input"><input type="file" id="multiupload" multiple /></td></tr>'); $("input[name='wpUpload']").addClass("regularFileSelect"); $("#wpDestFile").parent().parent().addClass("regularFileSelect"); $("#wpIgnoreWarning").parent().parent().addClass("regularFileSelect"); // Append "category name" textbox to multiupload section $("#mw-upload-form #mw-htmlform-description tbody").append('<tr class="mw-htmlform-field-HTMLTextField multipleFileSelect" style="display:none;"><td class="mw-label"><label for="multiFileCategory"><abbr title="' + l10n("categorynamehint") + '">' + l10n("categoryname") + '</abbr></label></td><td class="mw-input"><input id="multiFileCategory" name="multiFileCategory" size="60"></td></tr>'); $("input[name='wpUpload']").after('<input type="button" value="' + l10n("uploadfiles") + '" class="multipleFileSelect" style="display:none;" id="multiFileSubmit" />'); $("input[name='multipleFiles']").change(function() { if (this.value === l10n("yes")) { $(".regularFileSelect").hide(); $(".multipleFileSelect").show(); } else { $(".regularFileSelect").show(); $(".multipleFileSelect").hide(); } }); $("#multiFileSubmit").click(function() { var files = $("#multiupload")[0].files; // Cancel upload if no files are selected if (files.length === 0) { alert(l10n("nofiles")); return false; } // Cancel upload if no license is selected if ($("#wpLicense option:selected").val() === "" && !mw.config.get("UMFBypassLicenseCheck")) { alert(l10n("nolicense")); return false; } // Description is summary + license + category var description = getUploadDescription(); var watch = getWatchlistPreference(); $("#firstHeading").text(l10n("uploading")); $("#mw-content-text").html("<h3>" + l10n("uploaded") + "</h3><ul></ul><div style='display:none;' id='multiUploadFailed'><h3>" + l10n("failed") + "</h3><ul></ul></div>"); var currentFileIdx = 0; var uploadCurrentFile; uploadCurrentFile = function() { if (currentFileIdx > files.length) { $("#mw-content-text").append("<h3>"+ l10n("done") + "</h3>"); return; } if (files[currentFileIdx] === undefined) { currentFileIdx++; uploadCurrentFile(); return; } fd = new FormData(); fd.append("action", "upload"); fd.append("token", mw.user.tokens.get("csrfToken")); fd.append("filename", files[currentFileIdx].name); fd.append("file", files[currentFileIdx]); fd.append("text", description); fd.append("watchlist", watch); fd.append("ignorewarnings", 1); fd.append("format", "json"); $.ajax({ url: mw.util.wikiScript("api"), method: "POST", data: fd, cache: false, contentType: false, processData: false, type: "POST" }).done(function(d) { if (d.error == undefined) { $("#mw-content-text > ul").append('<li><a href="' + d.upload.imageinfo.descriptionurl + '" target="_blank">' + d.upload.filename + '</a></li>'); } else { $("#multiUploadFailed ul").append('<li>' + files[currentFileIdx].name + '</li>'); $("#multiUploadFailed").show(); } currentFileIdx++; uploadCurrentFile(); }).fail(function() { $("#multiUploadFailed ul").append('<li>' + files[currentFileIdx].name + '</li>'); $("#multiUploadFailed").show(); currentFileIdx++; uploadCurrentFile(); }); }; uploadCurrentFile(); }); }); }); b05306b3ea3271c87b87546ac6619aa30e47782f MediaWiki:Gadgets/vectorScripts 8 44 45 2025-03-25T22:53:19Z Mr Pie 5 2833 Adding default set of pages GadgetDefinition application/json { "settings": { "section": "", "package": true, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [], "namespaces": [], "contentModels": [], "rights": [], "skins": [ "vector" ] }, "module": { "pages": [ "main.js" ], "dependencies": [], "type": "general" } } f26fca963d213febee869477a05933a6fedfc542 MediaWiki:Gadgets/vectorScripts/main.js 8 45 46 2025-03-25T22:53:20Z Mr Pie 5 2833 Adding default set of pages javascript text/javascript /*** Mobile navigation toggle button ***/ $( function () { const BUTTON_CLASS = 'mobile-nav-toggle' if (document.querySelector('button.' + BUTTON_CLASS)){return;} // early return to avoid double button if this runs twice let mobileSidebarButton = document.createElement( 'button' ); mobileSidebarButton.className = BUTTON_CLASS; mobileSidebarButton.addEventListener( 'click', function () { mobileSidebarButton.classList.toggle( 'nav--expanded' ); } ); document.body.classList.add( 'has-vector-mobile-menu' ); document.getElementById( 'mw-panel' ).prepend( mobileSidebarButton ); } ); /*** End mobile navigation toggle button ***/ e69af46fab43eebe82af8fb8de4b57f27b1f59e6 MediaWiki:Licenses 8 46 47 2025-03-25T22:53:21Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki *Game content ** License|game|This contains content from the game or its official media *Commonly used ** License|fairuse|This will be used in a way that qualifies as "fair use" under US law ** License|CC0|This file is licensed under the CC0 1.0 License ** License|CC-BY-NC-ND|This is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License ** License|CC-BY-NC-SA|This is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License ** License|CC-BY-NC|This is licensed under the Creative Commons Attribution-NonCommercial 3.0 License ** License|CC-BY-ND|This is licensed under the Creative Commons Attribution-NoDerivs 3.0 License ** License|CC-BY-SA|This is licensed under the Creative Commons Attribution-ShareAlike 3.0 License ** License|permission|The copyright holder gave permission to use this work only in wiki.gg articles ** License|CC-BY|This is licensed under the Creative Commons Attribution 3.0 License ** License|CC-PD|This is in the public domain ** License|CC-SRR|This is licensed under the Creative Commons Some Rights Reserved License *Unsure or unknown ** License|nolicense|I don't know the license 80cf31331a258a3fc3651f6d5961fbb5c1822cee MediaWiki:Mainpage 8 47 48 2025-03-25T22:53:22Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{SITENAME}} 3879910e8b355a24373fd09ccc909145b2639907 MediaWiki:Newarticletext 8 48 49 2025-03-25T22:53:23Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki You have followed a link to a page that does not exist yet. To create the page, start typing in the box below (see the [$1 help page] for more info). If you are here by mistake, click your browser's <strong>back</strong> button. 778f9ef242eb3058ef30ed3325b901adb762a2af MediaWiki:Theme-definitions 8 49 50 2025-03-25T22:53:24Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki * light[bundled|kind=light] * dark[bundled|kind=dark] 05cdfdf87ea42919cc6ea267d3972cc06847ed60 MediaWiki:Vector.css 8 50 51 2025-03-25T22:53:25Z Mr Pie 5 2833 Adding default set of pages css text/css /* All CSS here will be loaded for users of the Vector skin */ /********************************************************* * Backwards compatibility with deprecated variable names * **********************************************************/ :root { --wiki-heading-color: var(--wiki-content-heading-color); } /**************************************** * End backwards compatibility variables * *****************************************/ /************************************ * Body, head, and general framework * *************************************/ html, body{ height: auto; min-height: 100%; } body { background-color: var(--wiki-body-background-color); background-image: var(--wiki-body-background-image); /* the following have fallbacks for backwards compatibility with older versions of the loadout */ background-position: var(--wiki-body-background-position, top center); background-size: var(--wiki-body-background-size, cover); background-repeat: var(--wiki-body-background-repeat, no-repeat); background-attachment: var(--wiki-body-background-attachment, fixed); font-family: var(--wiki-body-font-family); accent-color: var(--wiki-accent-color); box-sizing: border-box; } /* clear fix */ body::after{ content: ""; display: table; clear: both; } #mw-page-base { background:none; } /* let ul default to text that respects color */ ul { list-style-image: none; } /************************ * End general framework * *************************/ /************** * Vector tabs * ***************/ .vector-menu-tabs-legacy { padding-left: var(--wiki-content-border-width, 1px); } .vector-menu-tabs-legacy li, #p-cactions { background-image: linear-gradient( to top, var(--wiki-navigation-border-color) 0, var(--wiki-navigation-background-color) var(--wiki-content-border-width, 1px), var(--wiki-navigation-background-color--secondary) 100%); } #p-cactions { z-index: 5; } #p-variants { background-color: var(--wiki-content-background-color); } .vector-menu-dropdown { /* Matching a built-in rule for .vector-menu-tabs-legacy */ height: 2.5em; } .vector-menu-tabs-legacy li.selected { background: var(--wiki-navigation-selected-background-color); border-color: var(--wiki-navigation-selected-border-color); } .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading{ background-image: linear-gradient(to bottom,transparent 0,var(--wiki-navigation-border-color) 100%); background-size: var(--wiki-content-border-width, 1px) 100%; } .vector-menu-tabs li a, .vector-menu-tabs li.new a, .vector-menu-tabs li.new a:visited, .vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited, #mw-head .vector-menu-dropdown .vector-menu-heading { color: var(--wiki-navigation-text-color); } .vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited { color: var(--wiki-navigation-selected-text-color); } .vector-menu-dropdown .vector-menu-content { background: none; border: none; box-shadow:none; margin-top:-1px; } .vector-menu-dropdown .vector-menu-content-list { background-color: var(--wiki-navigation-background-color--secondary); border: 1px solid var(--wiki-navigation-border-color); } div.vectorMenu .mw-list-item a, .vector-menu-dropdown .mw-list-item a, .vector-menu-dropdown .mw-list-item.selected a, .vector-menu-dropdown .mw-list-item.selected a:visited { color: var(--wiki-navigation-text-color); } .vector-menu-tabs li a:hover, .vector-menu-tabs li.new a:hover, .vector-menu-tabs li.new a:visited:hover, #mw-head .vector-menu-dropdown .vector-menu-heading:hover, div.vectorMenu .mw-list-item a:hover, .vector-menu-dropdown .mw-list-item.selected a:hover, .vector-menu-dropdown .mw-list-item.selected a:visited:hover { color:var(--wiki-navigation-text-color--hover); } .vector-menu-tabs .selected a:hover, .vector-menu-tabs .selected a:visited:hover { /* don't use the regular hover color because the background of selected could be different */ color: var(--wiki-navigation-selected-text-color); } .vector-menu-dropdown .vector-menu-heading::after { filter: brightness(0) var(--wiki-icon-to-link-filter); } #p-search { z-index:2; } #p-search .searchButton { background-color:transparent; } /****************** * End vector tabs * *******************/ /******** * Links * *********/ a, .mw-parser-output a.external, .mw-parser-output a.extiw { color: var(--wiki-content-link-color); } a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: var(--wiki-content-link-color--visited); } a:not(.mw-selflink):hover, a:visited:hover, .mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:visited:hover, .mw-parser-output a.external:hover, .mw-parser-output a.external:visited:hover { color:var(--wiki-content-link-color--hover); } a.new, a.new:visited, a.new:hover, .mw-usertoollinks-contribs-no-edits { color:var(--wiki-content-redlink-color); } a:not(.mw-selflink):active, a:visited:active, .mw-parser-output a.extiw:active, .mw-parser-output a.extiw:visited:active, .mw-parser-output a.external:active, .mw-parser-output a.external:visited:active { color: var(--wiki-warning-color); } /* move external marker to an after so we can filter it to link color */ .mw-parser-output a.external { background:none; padding-right: 0; } .mw-parser-output a.external::after { display:inline-block; width:1em; height:1em; margin-left:1px; content:''; vertical-align: text-top; --mask: var(--icon) no-repeat; --mask-size: 0.857em; --mask-position: center right; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: var(--mask-size); mask-size: var(--mask-size); -webkit-mask-position: var(--mask-position); mask-position: var(--mask-position); background-color: currentColor; } .mw-parser-output a.external::after { margin-left:0; --icon: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1ZM2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z%22/%3E %3C/svg%3E"); } .plainlinks a.external::after { display:none; } a.extiw[title^="wikipedia:"]::after, a.extiw[title^="wp:"]::after, a.extiw[title^="mw:"]::after, a.extiw[title^="support:"]::after { display:inline-block; width:1em; height:1em; margin-left:1px; background-position: center right; background-repeat: no-repeat; background-size: 0.857em; content:''; vertical-align: text-top; } a.extiw[title^="wikipedia:"]::after, a.extiw[title^="wp:"]::after { background-image:url(https://commons.wiki.gg/images/2/28/Wikipedia.svg?202406); } a.extiw[title^="mw:"]::after { background-image:url(https://commons.wiki.gg/images/9/9b/MediaWiki.svg?202406); } a.extiw[title^="support:"]::after { background-image:url(https://commons.wiki.gg/images/9/9b/Wiki.gg_icon-pink.svg); } /************ * End links * *************/ /*************** * Left Sidebar * ****************/ #mw-panel .vector-menu-portal { background-color: var(--wiki-sidebar-background-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-sidebar-background-color) var(--wiki-sidebar-background-opacity), transparent); border: var(--wiki-sidebar-border-width, 1px) solid var(--wiki-sidebar-border-color); margin: 0 0.5em; } #mw-panel .vector-menu-portal + .vector-menu-portal { border-top-width: 0; } #mw-panel .vector-menu-portal:last-child { margin-bottom:0; } .vector-menu-portal .vector-menu-heading { padding: 0.5rem 0.25rem 0 0.5rem; margin: 0; background: none; color: var(--wiki-sidebar-heading-color); font-family:var(--wiki-sidebar-heading-font-family); } .vector-menu-portal .vector-menu-content { margin: 0 0.5em; } .vector-menu-portal .vector-menu-content li a{ display: block; } .vector-menu-portal .vector-menu-content .mw-list-item a, .vector-menu-portal .vector-menu-content .mw-list-item a:visited, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited { color: var(--wiki-sidebar-link-color); } .vector-menu-portal .vector-menu-content .mw-list-item a:hover, .vector-menu-portal .vector-menu-content .mw-list-item a:visited:hover { color:var(--wiki-sidebar-link-color--hover); } #t-newpage { --sidebar-icon:url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 384 512%22%3E%3C!--%21Font Awesome Free 6.5.2 by %40fontawesome - https%3A%2F%2Ffontawesome.com License - https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree Copyright 2024 Fonticons%2C Inc.--%3E%3Cpath d%3D%22M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128z%22%2F%3E%3C%2Fsvg%3E'); order:-1; } #t-upload { --sidebar-icon: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 512 512%22%3E%3C!--%21Font Awesome Free 6.5.2 by %40fontawesome - https%3A%2F%2Ffontawesome.com License - https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree Copyright 2024 Fonticons%2C Inc.--%3E%3Cpath d%3D%22M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z%22%2F%3E%3C%2Fsvg%3E'); order:-1; } #t-print { --sidebar-icon: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 512 512%22%3E%3C!--%21Font Awesome Free 6.5.2 by %40fontawesome - https%3A%2F%2Ffontawesome.com License - https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree Copyright 2024 Fonticons%2C Inc.--%3E%3Cpath d%3D%22M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z%22%2F%3E%3C%2Fsvg%3E'); order:-1; } #t-whatlinkshere { --sidebar-icon: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 640 512%22%3E%3C!--%21Font Awesome Free 6.5.2 by %40fontawesome - https%3A%2F%2Ffontawesome.com License - https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree Copyright 2024 Fonticons%2C Inc.--%3E%3Cpath d%3D%22M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z%22%2F%3E%3C%2Fsvg%3E'); order:-1; } #t-specialpages { --sidebar-icon: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 576 512%22%3E%3C!--%21Font Awesome Free 6.5.2 by %40fontawesome - https%3A%2F%2Ffontawesome.com License - https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree Copyright 2024 Fonticons%2C Inc.--%3E%3Cpath d%3D%22M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z%22%2F%3E%3C%2Fsvg%3E'); order:-1; } #t-cargopagevalueslink { --sidebar-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 126.971 136.024'%3E%3Cpath d='m105.999 0-84 .049L0 8.957v127.065h126.97V8.957Z' fill='none' display='inline' opacity='1' paint-order='normal'/%3E%3Cpath d='m9.735 8.774 12.265-5h84l12.25 5H9.75' fill='%23000' fill-opacity='1' display='inline'/%3E%3Cpath d='M3.5 41.024H28v63.5H3.5zm95.5 0h24.5v63.5H99zm-95.5 67.5H123v24H3.5zm0-95.5H123v24H3.5zm27.985 28V59.67l13.61 13.61 17.323 17.324 1.788 1.787 12.131 12.132h19.147v-16.21l-13.6-13.6-1.788-1.787-17.325-17.324-14.578-14.579H31.485zm45.865 0-12.2 12.2 17.324 17.324 13.01-13.01V41.024H77.35zM42.716 75.658l-11.23 11.231v17.634h17.013l11.541-11.54-17.324-17.325z' fill='%23000' fill-opacity='1' fill-rule='nonzero' display='inline' opacity='1' paint-order='normal'/%3E%3C/svg%3E"); order:-1; } #t-specialpages > a::before, #t-whatlinkshere > a::before, #t-print > a::before, #t-newpage > a::before, #t-upload > a::before, #t-cargopagevalueslink > a::before { content:''; background-image:var(--sidebar-icon); background-size:contain; background-repeat:no-repeat; background-position:center; display:inline-block; width:15px; height:15px } #p-tb .mw-list-item > a::before { filter:var(--wiki-icon-to-link-filter) } #p-tb .mw-list-item > a { display:flex; align-items:center; gap:3px } #p-tb .vector-menu-content-list { display:flex; flex-direction:column; } /* Sidebar spacing and border-radius section */ #mw-panel .vector-menu-portal:not(:last-child) { margin-bottom:var(--wiki-sidebar-portal-spacing); } #mw-panel #p-logo + .vector-menu-portal { /* The way this works is that if the sidebar does not have any spacing, only the top and bottom corners of the top and bottom portals respectively should be rounded, instead of all corners of every portal. min and calc are combined here to basically create an `if x > 0 then y else z` function. The lower of (sidebar-border-radius) and (spacing * 999) are compared and the smaller value is taken (999 is simply an arbitrary large number). If portal spacing is zero, multiplying it gets 0 and will be the smaller value. If it's non-zero, it will be large and sidebar-border-radius will be the smaller value. This is only applied to the "inner" corners because we'd want the "outer" corners rounded in either scenario. */ border-radius: var(--wiki-sidebar-border-radius) var(--wiki-sidebar-border-radius) calc(min(var(--wiki-sidebar-border-radius), var(--wiki-sidebar-portal-spacing) * 999 )) calc(min(var(--wiki-sidebar-border-radius), var(--wiki-sidebar-portal-spacing) * 999 )); } #mw-panel .vector-menu-portal:last-child { /* see rule above for explanation */ border-radius: calc(min(var(--wiki-sidebar-border-radius), var(--wiki-sidebar-portal-spacing) * 999 )) calc(min(var(--wiki-sidebar-border-radius), var(--wiki-sidebar-portal-spacing) * 999 )) var(--wiki-sidebar-border-radius) var(--wiki-sidebar-border-radius); } #mw-panel .vector-menu-portal { /* see above rules for explanation */ border-radius:calc(min(var(--wiki-sidebar-border-radius), var(--wiki-sidebar-portal-spacing) * 999 )); } #mw-panel .vector-menu-portal + .vector-menu-portal { /* This keeps the border from doubling up if there is no spacing between them, The portals other than the first only have a top border if there is spacing */ border-top-width: min(var(--wiki-sidebar-border-width, 1px), var(--wiki-sidebar-portal-spacing, 0px)); /* the 1px and 0px fallbacks are for backwards compatibility with older versions of the loadout */ } /* end sidebar spacing and border-radius */ /******************* * End left sidebar * ********************/ /******* * Logo * ********/ /* [[File:Site-logo.png]] */ .mw-wiki-logo { background-size: contain; } /*********** * End logo * ************/ /*************** * Content area * ****************/ .mw-body, .parsoid-body, .mw-footer { color: var(--wiki-content-text-color); background-color: var(--wiki-content-background-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color) var(--wiki-content-background-opacity), transparent); border: var(--wiki-content-border-width, 1px) solid var(--wiki-content-border-color); margin-right: 1em; } .mw-footer { border-top-width:0; } .mw-footer li { color: var(--wiki-content-text-color); } /* fix */ @media screen and (max-width: 900px) { #footer-icons, #footer-places { clear: unset; } } @media screen and (max-width: 981px) { .mw-body, .parsoid-body, .mw-footer { margin-right: 0; } } /******************************* * End content area and footer * *******************************/ /*********** * Headings * ************/ .mw-body h1, .mw-body h2 { border-bottom: 1px solid var(--wiki-content-border-color); font-family: var(--wiki-heading-font-family); } h1, h2, h3, h4, h5, h6 { color: var(--wiki-heading-color); } .client-js .mw-content-ltr .mw-editsection-bracket:first-of-type, .client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type), .mw-editsection-divider, .client-js .mw-content-rtl .mw-editsection-bracket:first-of-type, .client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) { color: var(--wiki-heading-color); } /*************** * End headings * ****************/ /************* * Wikitables * **************/ .wikitable { background: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .wikitable>tr>th, .wikitable>*>tr>th { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } .wikitable>tr>td, .wikitable>*>tr>td { border: 1px solid var(--wiki-content-border-color); } /* Forward = yes bg on Special:Interwiki */ table.mw-interwikitable.body td.mw-interwikitable-local-yes { background: var(--content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-success-color) 25%, transparent); } .zebra-table > * > tr:nth-of-type(2n), .zebra-table > tr:nth-of-type(2n) { background: transparent; /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color--secondary) 5%, transparent); } .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { background-image: unset; position: relative; } .client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable)::after, .jquery-tablesorter th.headerSort::after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 21px; height: 100%; --mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%229%22 viewBox=%220 0 21 9%22%3E %3Cpath d=%22m14.5 5-4 4-4-4zm0-1-4-4-4 4z%22 fill=%22%23fff%22/%3E %3C/svg%3E") no-repeat; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: auto; mask-size: auto; -webkit-mask-position: center right; mask-position: center right; background-color: var(--wiki-content-link-color); } .jquery-tablesorter th.headerSortUp::after { --mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath d=%22m6.5 4 4-4 4 4z%22 fill=%22%23fff%22/%3E %3C/svg%3E") no-repeat; } .jquery-tablesorter th.headerSortDown::after { --mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath d=%22m14.5 0-4 4-4-4z%22 fill=%22%23fff%22/%3E %3C/svg%3E") no-repeat; } /***************** * End wikitables * ******************/ /************** * Preferences * ***************/ .mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs>.oo-ui-menuLayout-content>.oo-ui-indexLayout-stackLayout>.oo-ui-tabPanelLayout { border: none; } .oo-ui-tabSelectWidget-framed { background-color: transparent; border-bottom: 1px solid var(--wiki-accent-color); } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled, .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover { background-color:var(--wiki-accent-label-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-label-color) 75%, transparent); color: var(--wiki-accent-color); } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover { color: var(--wiki-accent-color--hover); } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected, .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover { background-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { border-bottom: none; } #preferences .mw-htmlform-submit-buttons { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-dropdownInputWidget.oo-ui-widget-enabled, .oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-content-border-color); } .oo-ui-pendingElement-pending { background-color: var(--wiki-content-background-color--secondary); background-image: linear-gradient(135deg,var(--wiki-content-background-color) 25%,transparent 25%,transparent 50%,var(--wiki-content-background-color) 50%,var(--wiki-content-background-color) 75%,transparent 75%,transparent); } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { color: var(--wiki-content-text-color); border-color: var(--wiki-content-border-color) } .view-dark .oo-ui-inputWidget-input.oo-ui-indicator-down { background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/g%3E%3C/svg%3E"); } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover { color:var(--wiki-content-text-mix-color); border-color:var(--wiki-accent-color); } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active { color: var(--wiki-content-dynamic-color); border-color: var(--wiki-accent-color) } .oo-ui-dropdownInputWidget select option, .oo-ui-dropdownInputWidget select optgroup { color: #000; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active, .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover, .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:focus, .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:active, .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input, .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled:active .oo-ui-inputWidget-input, .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-accent-color); box-shadow: none; } .oo-ui-radioInputWidget [type="radio"] + span { background-color:var(--wiki-content-dynamic-color--inverted); } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span, .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:hover + span{ border-color:var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 90%, transparent); } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:hover + span { border-color:var(--wiki-accent-color); } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:active + span, .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:active + span{ background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); border-color:var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:focus + span::before { border-color: var(--wiki-content-dynamic-color--inverted); } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:active + span { border-color:var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); /* fallback */ box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { color: var(--wiki-content-text-color); border-color: var(--wiki-content-text-mix-color); } .oo-ui-menuOptionWidget.oo-ui-optionWidget.oo-ui-optionWidget-selected, .oo-ui-menuOptionWidget.oo-ui-optionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget.oo-ui-optionWidget-highlighted.oo-ui-optionWidget-selected, .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); color: var(--wiki-content-text-color); } .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); color: var(--wiki-accent-color); } .mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend { background: var(--wiki-content-background-color--secondary); } .mw-prefs-search-highlight { background-color: transparent !important; /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 7%, transparent) !important; outline-color: transparent !important; /* fallback */ outline-color: color-mix(in srgb, var(--wiki-accent-color) 7%, transparent) !important; } /**************** * End preferences * *****************/ /*************** * Page history * ****************/ #pagehistory li { background-color: transparent; border: none; } #pagehistory li.selected { background-color: var(--wiki-content-background-color--secondary); border: 1px dashed var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .diff td.diff-addedline { background-color: var(--wiki-content-background-color); border-color: var(--wiki-success-color); border-width: 1px 1px 1px 4px; } .diff td.diff-addedline .diffchange { background-color: var(--wiki-success-color); color: var(--wiki-success-label-color); } .diff td.diff-deletedline { background-color: var(--wiki-content-background-color); border-color: var(--wiki-alert-color); border-width: 1px 1px 1px 4px; } .diff td.diff-deletedline .diffchange { background-color: var(--wiki-alert-color); color: var(--wiki-alert-label-color) } .diff td.diff-context { background:var(--wiki-content-text-mix-color-95); /* fallback */ background: color-mix(in srgb, var(--wiki-content-text-mix-color-95) 80%, var(--wiki-content-background-color)); border-color: var(--wiki-neutral-color, var(--wiki-content-text-mix-color)); /* fallback for backwards compatibility */ color: var(--wiki-content-text-color); } .diff-marker a.mw-diff-movedpara-right { color: transparent; } .diff-marker a.mw-diff-movedpara-right:hover:after { opacity: .75; } .diff-marker a.mw-diff-movedpara-right:after { color: var(--wiki-content-text-color); content: "\21a9"; } .diff-marker a.mw-diff-movedpara-left { color: transparent; } .diff-marker a.mw-diff-movedpara-left:hover:after { opacity: .75; } .diff-marker a.mw-diff-movedpara-left:after { color: var(--wiki-content-text-color); content: "\21aa"; } .mw-plusminus-neg { color:var(--wiki-alert-color); } .mw-plusminus-null{ color:var(--wiki-neutral-color, var(--wiki-content-text-mix-color)); /* fallback for backwards compatibility */ } .mw-plusminus-pos { color:var(--wiki-success-color); } .updatedmarker { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-success-color) 25%, transparent); color:var(--wiki-content-text-color); } li span.deleted, span.history-deleted { color: var(--wiki-content-text-mix-color); } span.mw-history-suppressed { /* overrides above, since suppressed is also deleted */ color: var(--wiki-content-text-color); } /* inline diff (1.41) */ .mw-diff-inline-header { border-bottom: 1px solid var(--wiki-content-border-color); } .mw-diff-inline-added ins, .mw-diff-inline-changed ins, .mw-diff-inline-moved ins, .mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-ins, .mw-diff-inline-added.mw-diff-empty-line::after, .mw-inline-diff-newline::after { background:var(--wiki-success-color); /* fallback */ background: color-mix(in srgb, var(--wiki-success-color) 90%, transparent); color: var(--wiki-success-label-color); display: inline-block; } .mw-diff-inline-added.mw-diff-empty-line::after, .mw-diff-inline-deleted.mw-diff-empty-line::after, .mw-inline-diff-newline::after { padding: 0.4em 0; } .mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del, .mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-del, .mw-diff-inline-deleted.mw-diff-empty-line::after { background:var(--wiki-alert-color); /* fallback */ background: color-mix(in srgb, var(--wiki-alert-color) 90%, transparent); color: var(--wiki-alert-label-color); display: inline-block; } .mw-diff-movedpara-left::after, .mw-diff-movedpara-right::after { color: var(--wiki-content-text-color); } .ve-ui-diffElement-hasDescriptions .ve-ui-diffElement-content { border-right-color: var(--wiki-content-border-color); } .ve-ui-diffElement-attributeChange { color: var(--wiki-content-text-mix-color); } .ve-ui-diffElement-attributeChange ins { background-color:var(--wiki-success-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-success-color) 90%, transparent); box-shadow: 0 0 0 1px var(--wiki-success-color); /* fallback */ box-shadow: 0 0 0 1px color-mix(in srgb, var(--wiki-success-color) 90%, transparent); color: var(--wiki-success-label-color); } .ve-ui-diffElement-attributeChange del { background-color:var(--wiki-alert-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-alert-color) 90%, transparent); box-shadow: 0 0 0 1px var(--wiki-alert-color); /* fallback */ box-shadow: 0 0 0 1px color-mix(in srgb, var(--wiki-alert-color) 90%, transparent); color: var(--wiki-alert-label-color); } .ve-ui-diffElement-highlight { outline-color:var(--wiki-accent-color); /* fallback */ outline-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .ve-ui-changeDescriptionsSelectWidget > .oo-ui-optionWidget-highlighted { background:var(--wiki-accent-color); /* fallback */ background: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); } /* Edit conflict */ .mw-twocolconflict-split-tour-image-dual-column-view-1 { filter:var(--wiki-icon-general-filter); } .mw-twocolconflict-split-tour-image-blue-dot { filter:brightness(0) var(--wiki-icon-to-link-filter); } .mw-pulsating-dot::before, .mw-pulsating-dot::after { background-color: var(--wiki-content-link-color); } .mw-twocolconflict-split-current-version-header .mw-twocolconflict-revision-label { background-color: var(--wiki-alert-color); color:var(--wiki-alert-label-color); } .mw-twocolconflict-special-your-version-header .mw-twocolconflict-revision-label, .mw-twocolconflict-split-your-version-header .mw-twocolconflict-revision-label { background-color: var(--wiki-success-color); color:var(--wiki-success-label-color); } .mw-twocolconflict-single-column.mw-twocolconflict-split-copy, .mw-twocolconflict-split-column.mw-twocolconflict-split-copy { border-color: var(--wiki-neutral-color, var(--wiki-content-text-mix-color)); /* fallback for backwards compatibility */ background-color: var(--wiki-content-text-mix-color-95); } .mw-twocolconflict-single-column .mw-twocolconflict-split-collapsed .mw-twocolconflict-split-fade, .mw-twocolconflict-split-column .mw-twocolconflict-split-collapsed .mw-twocolconflict-split-fade { background-image: linear-gradient(transparent, var(--wiki-content-text-mix-color-95)); } .mw-twocolconflict-single-column, .mw-twocolconflict-split-column { background-color: var(--wiki-content-background-color); color: var(--wiki-content-text-color); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 80%, transparent); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-delete, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-delete { border-color:var(--wiki-alert-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-alert-color) 40%, transparent); } .mw-twocolconflict-single-column.mw-twocolconflict-split-delete, .mw-twocolconflict-split-column.mw-twocolconflict-split-delete { border-color: var(--wiki-alert-color); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected.mw-twocolconflict-split-add { border-color:var(--wiki-success-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-success-color) 40%, transparent); } .mw-twocolconflict-single-column.mw-twocolconflict-split-add, .mw-twocolconflict-split-column.mw-twocolconflict-split-add { border-color: var(--wiki-success-color); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange { background-color:var(--wiki-alert-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-alert-color) 30%, transparent); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected del.mw-twocolconflict-diffchange, .mw-twocolconflict-single-column del.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column del.mw-twocolconflict-diffchange { background-color: var(--wiki-alert-color); color: var(--wiki-alert-label-color); } .mw-twocolconflict-single-column.mw-twocolconflict-split-unselected ins.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column.mw-twocolconflict-split-unselected ins.mw-twocolconflict-diffchange, .mw-twocolconflict-single-column ins.mw-twocolconflict-diffchange, .mw-twocolconflict-split-column ins.mw-twocolconflict-diffchange { background-color: var(--wiki-success-color); color:var(--wiki-success-label-color); } .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:active + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget [type="radio"] + span { border-color: var(--wiki-success-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-success-color) 80%, transparent); background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-success-color) 10%, transparent); } .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:active + span, .mw-twocolconflict-split-selection > div:nth-child(2) .oo-ui-radioInputWidget [type="radio"] + span { border-color: var(--wiki-success-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-success-color) 90%, transparent); background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-success-color) 10%, transparent); } .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:active + span, .mw-twocolconflict-split-selection > div:nth-child(1) .oo-ui-radioInputWidget [type="radio"] + span { border-color:var(--wiki-alert-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-alert-color) 90%, transparent); background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-alert-color) 10%, transparent); } .mw-twocolconflict-split-editable .mw-twocolconflict-split-editor { color:var(--wiki-content-text-color); } /**/ /******************* * End page history * ********************/ /******************** * Table of contents * *********************/ #toc, .toc, .toccolours, .mw-warning { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); box-shadow: 0 0.1em 0.2em #000000; } #mw-toc-heading{ border: 0; } .toctogglelabel { color: var(--wiki-content-link-color); } .tocnumber { color: var(--wiki-content-text-color); } /************************ * End table of contents * *************************/ /************* * Thumbnails * **************/ img.thumbborder { border: 1px solid var(--wiki-content-border-color); padding: 5px; } div.thumbinner { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } li.gallerybox div.thumb { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } html .thumbimage { background-color: unset; border: 1px solid var(--wiki-content-border-color); } .thumb, .thumb .thumbinner, .thumb .thumbimage { max-width: 100%; box-sizing: border-box; } .thumb .thumbimage:not(audio) { height: auto; } /* packed-overlay and packed-hover modes for galleries */ ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper { background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 65%, transparent); } /* Responsive floating thumbnails */ @media screen and (max-width: 720px) { div.tright, div.floatright, div.tleft, div.floatleft { float: none; margin: 0 auto; width: fit-content; } } /***************** * End thumbnails * ******************/ /************** * Wiki editor * ***************/ #wpTextbox0 { /* need !important here to override inline styling */ background-color:var(--wiki-content-background-color) !important; } .wikiEditor-ui { border: none; } .wikiEditor-ui .wikiEditor-ui-top, .wikiEditor-ui .wikiEditor-ui-view { border-color:var(--wiki-content-border-color); } .wikiEditor-ui-toolbar { background: var(--wiki-content-background-color--secondary); } .wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group { border-color:var(--wiki-content-border-color); } .wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited, .wikiEditor-ui-toolbar .tabs span.tab a.current, .wiikiEditor-ui-toolbar .tabs span.tab a.current:visited, .wikiEditor-ui-toolbar .booklet .index .current { color: var(--wiki-content-link-color); } .wikiEditor-ui-toolbar .group .tool-select .options { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } .wikiEditor-ui-toolbar .group .tool-select .options .option { color: var(--wiki-content-text-color); } .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover { background-color: var(--wiki-content-background-color); } .wikiEditor-ui-toolbar .tabs span.tab a::before, .wikiEditor-ui-toolbar .group .tool-select .label::after { filter: var(--wiki-icon-general-filter); } .wikiEditor-ui-toolbar .group .label, .wikiEditor-ui-toolbar .group .tool-select .label, .wikiEditor-ui-toolbar .page-table th, .wikiEditor-ui-toolbar .page-table td, .wikiEditor-ui-toolbar .page-characters div span, .wikiEditor-ui-toolbar .booklet .index div { color: var(--wiki-content-text-color); } .wikiEditor-ui-toolbar .booklet>.index> :hover { background-color: var(--wiki-content-background-color--secondary); } .wikiEditor-ui-toolbar .page-characters div span { border: 1px solid var(--wiki-content-border-color); } .wikiEditor-ui-toolbar .sections .section, .wikiEditor-ui-toolbar .booklet .pages, .wikiEditor-ui-toolbar .booklet .index .current, .wikiEditor-ui-toolbar .page-characters div span:hover { background-color: transparent; /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 5%, transparent); } .wikiEditor-ui-toolbar .sections .section { border-top: 1px solid var(--wiki-content-border-color); } .wikiEditor-ui-toolbar .page-characters div span:hover { border-color: var(--wiki-content-border-color); } .wikiEditor-ui-toolbar .page-table td { border-top: 1px solid var(--wiki-content-border-color); } .wikiEditor-ui-tabs div a { background: #9A647F; display: inline-block; } .wikiEditor-ui-tabs div.current { border-bottom: 1px solid #3B3352; } .wikiEditor-ui-tabs div.current a { font-weight: bold; } .wikiEditor-ui-tabs { border-left: 1px solid #3B3352; border-top: 1px solid #3B3352; } .wikiEditor-ui-text { background-color:var(--wiki-content-dynamic-color--inverted); } .wikiEditor-preview-contents { background: transparent; background-color: rgba(255, 255, 255, 0.2); border-color: #3B3352; border-style: solid; border-width: 0 1px 1px; } .wikiEditor-ui-controls { background: transparent; } .wikiEditor-preview-contents, .wikiEditor-preview-loading { background-color: transparent; } .mw-wikiEditor-InsertLink-TitleInputField .oo-ui-messageWidget, .mw-widget-titleWidget-menu .mw-widget-titleOptionWidget-description { color: var(--wiki-content-text-mix-color); } .wikiEditor-toolbar-dialog .ui-dialog-content input[type='text']::placeholder { color: var(--wiki-content-text-mix-color); } .ext-WikiEditor-ResizingDragBar { background-color: var(--wiki-content-background-color--secondary); } .ext-WikiEditor-ResizingDragBar-ns { border-color: var(--wiki-content-border-color); } .ext-WikiEditor-ResizingDragBar span { background-color: var(--wiki-content-border-color); } .ext-WikiEditor-ResizingDragBar:hover span { background-color: var(--wiki-content-text-mix-color); } .ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane1, .ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2 { border-color: var(--wiki-content-border-color); } .ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label { color: var(--wiki-accent-color); } .wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .section-secondary .group { border-color: var(--wiki-content-border-color); } .ext-WikiEditor-realtimepreview-button:hover { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); color: var(--wiki-accent-color); border-color:var(--wiki-accent-color); box-shadow:inset 0 0 3px var(--wiki-accent-color); } .oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button { background-color: var(--wiki-content-background-color--secondary); } .ext-WikiEditor-reloadButton.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button, .ext-WikiEditor-reloadButton.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover { background-color: var(--wiki-content-background-color); } .editOptions { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-content-border-color); border-image: none; border-radius: 0 0 5px 5px; border-style: none solid solid; border-width: medium 1px 1px; } input#wpSummary { margin-bottom: 1em; margin-top: 1em; width: 80%; } .view-dark .ace_editor, .ace_editor { --ace-keywords: #CDA869; --ace-regexp: #E9C062; --ace-constants: #CF6A4C; --ace-illegal: #F8F8F8; --ace-deprecated: #D2A8A1; --ace-support: #9B859D; --ace-function: #DAD085; --ace-list: #F9EE98; --ace-variable: #7587A6; --ace-string: #8F9D6A; --ace-illegal-highlight: rgba(86, 45, 86, 0.75); --ace-step-highlight: #665200; --ace-multiselect-shadow: #141414; } .view-light .ace_editor{ --ace-keywords: #00f; --ace-regexp: #036a07; --ace-constants: #c5060b; --ace-illegal: #f00; --ace-deprecated: #f00; --ace-support: #6d79de; --ace-function: #3c4c72; --ace-list: #b90690; --ace-variable: #318495; --ace-string: #036a07; --ace-illegal-highlight: rgba(255, 0, 0, 0.1); --ace-step-highlight: #fcff00; --ace-multiselect-shadow: #fff; } .ace_editor .ace_gutter { background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); } .ace_gutter-cell { color:var(--wiki-content-dynamic-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color) 40%, transparent); } .ace_editor .ace_print-margin { width: 1px; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 75%, transparent); } .ace_editor { /* this image gradient hack effectively lets the element have 2 layers of background */ background-image: linear-gradient(var(--wiki-content-dynamic-color), var(--wiki-content-dynamic-color)); background-color: var(--wiki-content-dynamic-color--inverted); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 93%, transparent); color: var(--wiki-content-dynamic-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color) 93%, transparent); } .ace_editor .ace_cursor { color: var(--wiki-content-text-color); } .ace_editor .ace_marker-layer .ace_selection { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color) 20%, transparent) } .ace_editor.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px var(--ace-multiselect-shadow); } .ace_editor .ace_marker-layer .ace_step { background: var(--ace-step-highlight); } .ace_editor .ace_marker-layer .ace_active-line, .ace_editor .ace_gutter-active-line { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color) 3.1%, transparent) } .ace-tm .ace_marker-layer .ace_selected-word { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color) 5%, transparent); } .ace_editor .ace_marker-layer .ace_selection { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color) 10%, transparent); } .ace_editor .ace_marker-layer .ace_selected-word { border: 1px solid var(--wiki-content-background-color--secondary); /* fallback */ border: 1px solid color-mix(in srgb, var(--wiki-content-dynamic-color) 20%, transparent); } .ace_editor .ace_invisible { color: var(--wiki-content-background-color--secondary); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color) 25%, transparent); } .ace_editor .ace_keyword, .ace_editor .ace_meta { color: var(--ace-keywords); } .ace_editor .ace_constant, .ace_editor .ace_constant.ace_numeric, .ace_editor .ace_constant.ace_character, .ace_editor .ace_constant.ace_character.ace_escape, .ace_editor .ace_constant.ace_other, .ace_editor .ace_heading, .ace_editor .ace_markup.ace_heading, .ace_editor .ace_support.ace_constant { color: var(--ace-constants); } .ace_editor .ace_invalid.ace_illegal { color: var(--ace-illegal); background-color: var(--ace-illegal-highlight); } .ace_editor .ace_invalid.ace_deprecated { text-decoration: underline; font-style: italic; color: var(--ace-deprecated); } .ace_editor .ace_support, .ace_editor .ace_support.ace_type { color: var(--ace-support); } .ace_editor .ace_fold { background-color: var(--wiki-content-dynamic-color--secondary--inverted); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 10%, transparent); border-color: var(--wiki-content-dynamic-color--secondary--inverted); /* fallback */ border-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 10%, transparent); } .ace_editor .ace_support.ace_function { color: var(--ace-function); } .ace_editor .ace_list, .ace_editor .ace_markup.ace_list, .ace_editor .ace_storage { color: var(--ace-list); } .ace_editor .ace_entity.ace_name.ace_function, .ace_editor .ace_meta.ace_tag, .ace_editor .ace_variable { color: var(--ace-variable); } .ace_editor .ace_string { color: var(--ace-string); } .ace_editor .ace_string.ace_regexp { color: var(--ace-regexp); } .ace_editor .ace_comment { font-style: italic; color:var(--wiki-content-dynamic-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color) 30%, transparent); } .ace_editor .ace_xml-pe { color:var(--wiki-content-dynamic-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color) 28%, transparent); } .ace_editor .ace_indent-guide { background:none; border-right:1px solid var(--wiki-content-dynamic-color); border-right:1px solid color-mix(in srgb, var(--wiki-content-dynamic-color) 20%, transparent); } .ace_search { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border: 1px solid var(--wiki-content-border-color); } .ace_search_field { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-mix-color); } .ace_button { color: var(--wiki-content-text-color); border: 1px solid var(--wiki-content-border-color); } .ace_button:hover { background-color: var(--wiki-accent-color--hover); color: var(--wiki-accent-label-color); } .ace_button.checked { background-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .ace_searchbtn { background-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); border: 1px solid var(--wiki-content-border-color); } .ace_searchbtn:hover { background-color: var(--wiki-accent-color--hover); color: var(--wiki-accent-label-color); } .ace_searchbtn.prev::after, .ace_searchbtn.next::after { border-color: var(--wiki-accent-label-color); } .ace_searchbtn_close { filter: var(--wiki-icon-general-filter); } .wikiEditor-ui .codeEditor-status { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .mw-editform #wpTextbox1 { background:var(--wiki-content-background-color); /* fallback */ background: color-mix(in srgb, var(--wiki-content-background-color) 50%, transparent); color: var(--wiki-content-text-color); } .view-dark .ext-codemirror-wrapper, .ext-codemirror-wrapper { --codemirror-yellow: #ffd700; --codemirror-light-blue: #adf; --codemirror-blue: #08f; --codemirror-green: #290; --codemirror-red: #f50; --codemirror-dark-red: #dd1616; --codemirror-purple: #CD4EF9; --codemirror-pink: #e0e; --codemirror-light-gray: #eee; --codemirror-gray: #84a0a0; } .view-light .ext-codemirror-wrapper { --codemirror-yellow: #9e8500; --codemirror-light-blue: #008ae7; --codemirror-blue: #0085f9; --codemirror-green: #290; --codemirror-red: #ef4f00; --codemirror-dark-red: #a11; --codemirror-purple: #80c; --codemirror-pink: #ed00ed; --codemirror-light-gray: #858585; --codemirror-gray: #6b8a8a; } .ext-codemirror-wrapper { background-color:var(--wiki-content-background-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color) 35%, transparent); color: var(--wiki-content-text-color) } .cm-editor .cm-selectionBackground, .cm-editor.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground { background: var(--wiki-accent-color); /* fallback */ background: color-mix(in srgb, var(--wiki-accent-color) 30%, transparent); } .cm-mw-keyword { color: var(--codemirror-purple) } .cm-mw-def { color: var(--codemirror-blue) } .cm-mw-variable-2 { color: var(--codemirror-light-blue) } .cm-mw-string { color: var(--codemirror-red) } .cm-mw-atom { color: var(--codemirror-pink) } .cm-mw-number { color: var(--codemirror-green) } .cm-mw-matching { background-color: var(--codemirror-yellow) } .cm-mw-skipformatting { background-color: var(--codemirror-light-blue) } .cm-mw-list { color: var(--codemirror-blue) } .cm-mw-doubleUnderscore, .cm-mw-hr, .cm-mw-signature { background-color: var(--wiki-content-background-color--secondary); color: var(--codemirror-blue) } .cm-mw-indenting { color: var(--codemirror-blue) } .cm-mw-mnemonic { color: var(--codemirror-green) } .cm-mw-comment { color: var(--codemirror-gray) } .cm-mw-apostrophes-bold, .cm-mw-apostrophes-italic, .cm-mw-section-header { color: var(--codemirror-blue) } .cm-mw-template, .cm-mw-template-argument-name, .cm-mw-template-bracket, .cm-mw-template-delimiter, .cm-mw-template-name { color: var(--codemirror-purple); } .cm-mw-templatevariable, .cm-mw-templatevariable-bracket, .cm-mw-templatevariable-delimiter, .cm-mw-templatevariable-name { color: var(--codemirror-red) } .cm-mw-parserfunction-bracket, .cm-mw-parserfunction-delimiter, .cm-mw-parserfunction-name { color: var(--codemirror-dark-red) } .cm-mw-exttag-attribute, .cm-mw-exttag-bracket, .cm-mw-exttag-name, .cm-mw-htmltag-attribute, .cm-mw-htmltag-bracket, .cm-mw-htmltag-name { color: var(--codemirror-green) } .cm-mw-link, .cm-mw-link-pagename { color: var(--wiki-content-link-color) } .cm-mw-link-tosection { color: var(--codemirror-blue) } .cm-mw-extlink, .cm-mw-extlink-bracket, .cm-mw-extlink-protocol, .cm-mw-free-extlink, .cm-mw-free-extlink-protocol, .cm-mw-link-bracket, .cm-mw-link-delimiter { color: var(--wiki-content-link-color) } .cm-mw-table-bracket, .cm-mw-table-definition, .cm-mw-table-delimiter { color: var(--codemirror-pink) } .cm-mw-matchingbracket { background-color: var(--wiki-content-background-color--secondary); box-shadow: inset 0 0 1px 1px var(--wiki-content-link-color); font-weight: bold; } /* VisualEditor: Fix broken toolbar layout */ .oo-ui-toolbar { clear: none; } .ve-init-mw-desktopArticleTarget-toolbar-open > .oo-ui-toolbar-bar > div:nth-child(4) { display: none; } .ve-ui-toolbar-floating > .oo-ui-toolbar-bar { top: var( --wikigg-header-height ); } .oo-ui-toolbar-bar .oo-ui-toolbar-bar, .ve-area-wrapper .oo-ui-toolbar-bar { background-color: var(--wiki-content-background-color--secondary); } .ve-init-mw-desktopArticleTarget-originalContent .content-body { clear: right; } /* fix a lot of empty space from TemplateData when using VE Source */ .tdg-editscreen-main.mw-body-content::after { display:none; } /************* * End editor * **************/ /**************** * Tabber styles * *****************/ .tabber__header { box-shadow: inset 0 -1px 0 0 var(--wiki-content-border-color); } .tabber__tab, .tabber__tab:visited { color:var(--wiki-content-text-color); } .tabber__tab:hover, .tabber__tab:hover:visited, .tabber__tab[aria-selected="true"], .tabber__tab[aria-selected="true"]:visited { color: var(--wiki-content-link-color); } .tabber__tab[aria-selected="true"] { box-shadow: 0 -2px 0 var(--wiki-content-link-color) inset; } .tabber__header__prev::after, .tabber__header__next::after { filter: var(--wiki-icon-general-filter); } /******************** * End Tabber styles * *********************/ /*************************************** * Various fixes for multi-theme Vector * ****************************************/ :focus, :focus-visible { outline-color:var(--wiki-accent-color) } :focus-visible { outline-style:solid; } .oo-ui-iconElement-icon { filter: var(--wiki-icon-to-link-filter); } .oo-ui-iconElement-icon.oo-ui-icon-reload { filter: brightness(0) var(--wiki-icon-to-link-filter); } fieldset { border-color:var(--wiki-content-border-color); } hr { background-color:var(--wiki-content-border-color); } .CategoryTreeToggle { color:var(--wiki-content-link-color); } input, select { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } input:hover, input:focus, input:active { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-accent-color); box-shadow: none; } input:focus-visible { outline: 1px solid var(--wiki-accent-color); } input::file-selector-button, input[type="button"], input[type="submit"] { background-color:var(--wiki-accent-color); border-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .vector-body blockquote { border-color:var(--wiki-content-border-color); } /* category bar and filetoc */ .catlinks, ul#filetoc { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } /**/ body .ui-dialog .ui-widget-header { /* we need an important here because the built-in styles have one :( */ background: var(--wiki-content-background-color) !important; border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick { filter: var(--wiki-icon-general-filter); } .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } .ui-widget-content { background: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border: 1px solid var(--wiki-content-border-color); } body .ui-button { /* we need an important here because the built-in styles have one. Vector is a mess */ background: var(--wiki-accent-color) !important; border-color: var(--wiki-accent-color) !important; color: var(--wiki-accent-label-color); } body .ui-button:hover, body .ui-button:focus, body .ui-button:active { /* we need an important here because we had to use some above */ background: var(--wiki-accent-color--hover) !important; border-color: var(--wiki-accent-color--hover) !important; color: var(--wiki-accent-label-color); } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: var(--wiki-accent-label-color); } #contentSub, #contentSub2 { color:var(--wiki-content-text-mix-color); } /* notifications ("your edit was saved", etc.) */ .mw-notification { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-content-border-color); } .mw-notification .oo-ui-labelElement-label { color:var(--wiki-content-text-color); } .mw-notification .oo-ui-iconElement-icon { filter:unset; } /**/ .mime-type.has-warning { color:var(--wiki-content-text-color); } .oo-ui-image-warning.oo-ui-icon-alert, .mw-ui-icon-alert-warning::before { filter:drop-shadow(0 0 3px #000); } .oo-ui-image-invert.oo-ui-icon-subtract, .mw-ui-icon-subtract-invert::before, .oo-ui-image-invert.oo-ui-icon-add, .mw-ui-icon-add-invert::before { filter:brightness(0) var(--wiki-icon-to-link-filter); filter:var(--wiki-icon-general-filter); } .mw_metadata td, .mw_metadata th { border-color: var(--wiki-content-border-color); } .mw_metadata th { background-color: var(--wiki-content-background-color--secondary); } .mw_metadata td { background-color: var(--wiki-content-background-color); } .mw-datatable td, .mw-datatable th { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); } #mw-allmessagestable tbody:hover td, .mw-datatable tr:hover>td { background-color: var(--wiki-content-background-color--secondary); } #mw-allmessagestable .am_default { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 80%, transparent); color: var(--wiki-accent-label-color); } #mw-allmessagestable .am_actual, #mw-allmessagestable tbody:hover .am_default { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 60%, transparent); } #mw-allmessagestable .am_actual { color: var(--wiki-accent-label-color); } #mw-allmessagestable tbody:hover .am_actual { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .mw-datatable, .mw-json { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); color: inherit; } .mw-datatable>*>tr>th, .mw-datatable>tr>th, .mw-json>*>tr>th, .mw-json>tr>th { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); padding-bottom: 9px; padding-top: 9px; } .mw-datatable>*>tr>td, .mw-datatable>tr>td, .mw-json>*>tr>td, .mw-json>tr>td { border-color: var(--wiki-content-border-color); } .mw-json tr { background-color: inherit; } .mw-json .mw-json-single-value, .mw-json .mw-json-value, .mw-json .value { background: var(--wiki-success-color); /* fallback */ background: color-mix(in srgb, var(--wiki-success-color) 60%, transparent); } .mw-json .mw-json-empty { background: var(--wiki-content-background-color--secondary); } .mw-message-box, .mw-message-box-warning { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); } .mw-message-box-warning { border-color: var(--wiki-warning-color); border-width: 1px 1px 1px 10px; } .wikitable *, .wikitable :after, .wikitable :before { -webkit-box-sizing: inherit; box-sizing: inherit; } .cargo-pagevalues-tableinfo { background-color: var(--wiki-content-background-color); border-bottom: 1px solid var(--wiki-content-border-color); top: 46px; position: static; /* override sticky in the built-in */ } .cargo-table-diagram .cargo-table-svg .node.entity-name rect { fill: var(--wiki-content-background-color--secondary); fill-opacity: 1; } .cargo-table-diagram .cargo-table-svg .node rect { stroke: var(--wiki-content-border-color); opacity: 1; } .cargo-table-diagram .cargo-table-svg .node text tspan { fill: var(--wiki-content-text-color); } table.cargoTable { color: var(--wiki-content-text-color); } table.cargoTable tbody td, table.cargoTable thead th { border: 1px solid var(--wiki-content-border-color); } table.cargoTable tr:hover { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 25%, transparent); } table.cargoTable thead tr:nth-child(odd), table.cargoTable.noMerge thead tr:nth-child(odd) { background-color: var(--wiki-accent-color); } table.cargoTable tbody tr:nth-child(2n), table.cargoTable.noMerge tbody tr:nth-child(2n) { background-color: var(--wiki-content-background-color); } table.cargoTable tbody tr:nth-child(odd), table.cargoTable.noMerge tbody tr:nth-child(odd) { background-color: var(--wiki-content-background-color--secondary); } table.cargoTable th.headerSort { color:var(--wiki-accent-label-color); } table.cargoTable th.headerSort:hover { color:var(--wiki-accent-label-color); text-decoration:underline; } table.cargoTable th.headerSort::after { background-color:var(--wiki-accent-link-color); } #mw-content-text div.cargoReplacementTableInfo { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); }.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color:var(--wiki-content-text-color); } table.dataTable tbody tr { background-color:var(--wiki-content-background-color); } table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { background-color:var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 75%, transparent); } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { background-color:var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); } table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 { background-color:var(--wiki-content-background-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color) 75%, transparent); } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { background-color: var(--wiki-content-background-color--secondary); } .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { /* we need this !important to override a built-in one */ color: var(--wiki-content-text-mix-color) !important; } table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { border-top: 1px solid var(--wiki-content-border-color); } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { /* we need this !important to override a built-in one */ color: var(--wiki-content-mix-color) !important; border: 1px solid var(--wiki-content-border-color); background-color: var(--wiki-content-background-color); background: linear-gradient(to bottom,var(--wiki-content-background-color) 0%,var(--wiki-content-background-color--secondary) 100%); } div.drilldown-filters-wrapper { background-color: transparent; border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .action-pagevalues tr:nth-of-type(2n) { background-color:var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); } .action-pagevalues tr:hover { background-image: linear-gradient(var(--wiki-accent-color), var(--wiki-accent-color)); /* fallback */ background-image: linear-gradient(color-mix(in srgb, var(--wiki-accent-color) 20%, transparent), color-mix(in srgb, var(--wiki-accent-color) 20%, transparent)); } div.specialCargoQuery-extraPane { background: var(--wiki-content-background-color); } .oo-ui-panelLayout-framed { border-color:var(--wiki-content-border-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { background-color: transparent; } .oo-ui-inputWidget-input + .oo-ui-image-invert.oo-ui-icon-check { background-image:none; } .oo-ui-inputWidget-input:checked + .oo-ui-image-invert.oo-ui-icon-check::before { position:absolute; width:100%; height:100%; top:0; left:0; background-image: url(/load.php?modules=oojs-ui-core.icons&image=check&variant=invert&format=rasterized&skin=vector&version=y9f1k); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M7 14.2 2.8 10l-1.4 1.4L7 17 19 5l-1.4-1.4z%22/%3E%3C/g%3E%3C/svg%3E"); content:''; pointer-events: none; filter:var(--wiki-icon-general-filter); } .oo-ui-checkboxInputWidget [type="checkbox"] + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span { filter: unset; background-color: transparent; /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 5%, transparent); border-color: var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 75%, transparent); } .oo-ui-checkboxInputWidget [type="checkbox"]:disabled + span { background-color: var(--wiki-content-text-mix-color); border-color: var(--wiki-content-text-mix-color); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:hover+span { border-color: var(--wiki-accent-color); filter: unset; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate+span { background-color: var(--wiki-accent-color); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:focus+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:focus+span { box-shadow: none; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:active+span { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:focus+span { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); outline: 1px solid transparent; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:focus+span { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:hover+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:active+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:focus+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:active+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:focus+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:hover+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:active+span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:focus+span { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); border-color: var(--wiki-accent-color); } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:active + span { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent) } .oo-ui-image-invert.oo-ui-icon-check { background:none; position:relative; } .oo-ui-inputWidget-input:checked + .oo-ui-image-invert.oo-ui-icon-check::before { position:absolute; width:100%; height:100%; top:0; left:0; background-image: url(/load.php?modules=oojs-ui-core.icons&image=check&variant=invert&format=rasterized&skin=vector&version=y9f1k); background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M7 14.2 2.8 10l-1.4 1.4L7 17 19 5l-1.4-1.4z%22/%3E%3C/g%3E%3C/svg%3E"); content:''; pointer-events: none; filter:var(--wiki-icon-general-filter); } .oo-ui-indicatorElement-indicator { filter: var(--wiki-icon-to-link-filter); } .oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) { background-color: var(--wiki-content-background-color--secondary); } .oo-ui-tagItemWidget.oo-ui-widget-enabled:hover { color: var(--wiki-content-text-color--hover); } .oo-ui-tagItemWidget.oo-ui-widget-enabled:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-tagItemWidget.oo-ui-widget-disabled { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-mix-color); border-color: var(--wiki-content-text-mix-color); } .client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) { border-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-savedLinksListWidget-placeholder.oo-ui-optionWidget .oo-ui-labelElement-label { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-savedLinksListWidget-menu .mw-rcfilters-ui-savedLinksListItemWidget { color: var(--wiki-content-text-color); padding: 8px 6px; -webkit-transition: color .3s, background-color .3s; transition: color .3s, background-color .3s; } .mw-rcfilters-ui-savedLinksListWidget-menu .mw-rcfilters-ui-savedLinksListItemWidget:hover { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); color: var(--wiki-accent-color); } .mw-rcfilters-ui-savedLinksListItemWidget-label { color: var(--wiki-accent-color); } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { background-color: transparent; } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { border-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle+.mw-rcfilters-ui-table, .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle.mw-rcfilters-ui-filterTagMultiselectWidget-emphasize { background-color: var(--wiki-content-background-color--secondary); } .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget { border-color: var(--wiki-content-border-color); padding: 0; } .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-savedQueryTitle { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-filterTagMultiselectWidget-hideshowButton .oo-ui-buttonElement-button>.oo-ui-labelElement-label { color: var(--wiki-content-link-color); } .mw-rcfilters-ui-filterTagMultiselectWidget-hideshowButton .oo-ui-buttonElement-button>.oo-ui-labelElement-label:hover { color: var(--wiki-content-link-color--hover); } .mw-rcfilters-ui-filterTagMultiselectWidget-hideshowButton .oo-ui-buttonElement-button:before { content: "["; } .mw-rcfilters-ui-filterTagMultiselectWidget-hideshowButton .oo-ui-buttonElement-button:after { content: "]"; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button { color: var(--wiki-content-text-color); } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover { background-color: var(--wiki-content-dynamic-color--inverted); } .mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 60%, transparent); } .mw-rcfilters-ui-filterMenuSectionOptionWidget { background-color: var(--wiki-content-background-color); } .oo-ui-menuSelectWidget { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-text-mix-color); } .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-filterMenuHeaderWidget-header { background-color: var(--wiki-content-background-color); border-bottom-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-filterMenuHeaderWidget-title { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) { border-bottom-color: var(--wiki-content-text-mix-color); } .mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces { border-top-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected, .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-title, .mw-rcfilters-ui-itemMenuOptionWidget:hover, .mw-rcfilters-ui-itemMenuOptionWidget:hover .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=checkbox]+span, .mw-rcfilters-ui-itemMenuOptionWidget:hover .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=checkbox]+span { border-color: var(--wiki-accent-color); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected, .mw-rcfilters-ui-itemMenuOptionWidget:hover { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent) } .mw-rcfilters-ui-itemMenuOptionWidget-excludeLabel, .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-itemMenuOptionWidget-label-desc { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 60%, transparent); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted.oo-ui-optionWidget-selected:hover, .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected):hover { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-title, .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: var(--wiki-content-text-color); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-desc { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 60%, transparent); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-desc, .mw-rcfilters-ui-itemMenuOptionWidget:hover .mw-rcfilters-ui-itemMenuOptionWidget-label-desc, .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) .mw-rcfilters-ui-itemMenuOptionWidget-label-desc { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 80%, transparent); } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted.oo-ui-optionWidget-selected .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=checkbox]+span, .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=checkbox]+span { border-color: var(--wiki-content-text-color); } .mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 60%, transparent); } .oo-ui-tagItemWidget.oo-ui-widget-enabled, .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color: transparent; color: var(--wiki-content-text-color); border-color:var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled.selected { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); border-color: var(--wiki-accent-color); } .mw-rcfilters-ui-datePopupWidget { border-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 80%, transparent); } .mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } @keyframes fadeBlue { 60% { border-top-color:var(--wiki-accent-color); } 100% { border-top-color:var(--wiki-content-border-color); } } .mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator { border-top-color: var(--wiki-content-border-color); } .mw-rcfilters-ui-menuSelectWidget-footer { background-color: var(--wiki-content-text-mix-color-95); } .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-text-color) 10%, transparent); } .oo-ui-iconElement-icon.mw-rcfilters-ui-filterItemHighlightButton-circle { filter:unset; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget-selected.oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); border-color:var(--wiki-accent-color); } .mw-rcfilters-ui-tagItemWidget.oo-ui-flaggedElement-muted.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-labelElement-label { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 76%, transparent); } .mw-rcfilters-ui-tagItemWidget-popup-content { color: var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 75%, transparent); } /* fix for weird focus box on recentchanges arrows when clicking, but keep it for tab navigation */ .mw-enhancedchanges-checkbox:focus + * .mw-enhancedchanges-arrow { outline:none; } .mw-enhancedchanges-checkbox:focus-visible + * .mw-enhancedchanges-arrow { outline:1px solid var(--wiki-accent-color); } /**/ .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before { border-top-color: var(--wiki-content-border-color); } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { border-top-color: var(--wiki-content-background-color--secondary); } .unpatrolled { color: var(--wiki-alert-color); } .autocomment, .autocomment a, .autocomment a:visited { color: var(--wiki-content-text-mix-color); } /* Recent changes filter highlighting */ .view-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1, .view-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child, .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { background-color: #1c283f; } .view-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2, .view-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child, .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { background-color: #0f3128; } .view-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3, .view-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child, .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { background-color: #352c10; } .view-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4, .view-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child, .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { background-color: #411d0c; } .view-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5, .view-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child, .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)), .view-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) { background-color: #3f0f0f; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled, .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { background-color: transparent; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); color: var(--wiki-content-text-color); -webkit-transition: border-color 300ms, box-shadow 300ms; transition: border-color 300ms, box-shadow 300ms; background-color: var(--wiki-content-background-color--secondary) } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus .oo-ui-tagMultiselectWidget-handle { box-shadow: inset 0 0 0 1px var(--wiki-accent-color); border-color: var(--wiki-accent-color); outline: 0 } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle { border-color: var(--wiki-accent-color) } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid .oo-ui-tagMultiselectWidget-handle, .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid:hover .oo-ui-tagMultiselectWidget-handle { border-color: var(--wiki-alert-color) } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle { background-color: var(--wiki-content-background-color--secondary); border-bottom-width: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0 } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input { border-radius: 0; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { border-color: var(--wiki-alert-color); } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { color: var(--wiki-alert-color); } .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle { opacity: 0.5; } .oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input { color:var(--wiki-content-text-color); } .oo-ui-tagMultiselectWidget .oo-ui-inputWidget-input { color: inherit; background: transparent; font-family: inherit; } .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle, .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input, .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { background: var(--wiki-content-text-mix-color-95); color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 25%, transparent); text-shadow:none; border-color:var(--wiki-content-text-mix-color); } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder { color:var(--wiki-content-text-mix-color); } .oo-ui-dropdownInputWidget select { border-color:var(--wiki-content-border-color); } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus { border-color:var(--wiki-accent-color); box-shadow:inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-toggleSwitchWidget { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover { background-color: var(--wiki-content-text-mix-color-95); background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 95%, var(--wiki-content-dynamic-color)); border-color: var(--wiki-content-border-color); border-color: color-mix(in srgb, var(--wiki-content-border-color) 95%, var(--wiki-content-dynamic-color)); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); border-color: #0006; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip { background-color: var(--wiki-accent-color); background-color: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-content-dynamic-color)); border-color: #0006; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { background-color: var(--wiki-accent-label-color); border-color: #0006; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip { border-color: var(--wiki-accent-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover { background-color: var(--wiki-accent-color--hover); border-color: var(--wiki-accent-color--hover); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus { background-color: var(--wiki-accent-color--hover); border-color: var(--wiki-accent-color--hover); box-shadow: inset 0 0 0 1px var(--wiki-accent-color--hover); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip { background-color: var(--wiki-accent-label-color); border-color: var(--wiki-accent-label-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover { background-color: var(--wiki-accent-color--hover); border-color: var(--wiki-accent-color--hover); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus { border-color: var(--wiki-accent-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus::before { border-color: var(--wiki-accent-label-color); } .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled { background-color: var(--wiki-content-text-mix-color-95); border-color: var(--wiki-content-text-mix-color-95); } .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled.oo-ui-toggleWidget-off .oo-ui-toggleSwitchWidget-grip { border-color: var(--wiki-content-dynamic-color--inverted); box-shadow: inset 0 0 0 1px var(--wiki-content-dynamic-color--inverted); } .oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected, .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-link-color); } .oo-ui-labelWidget.oo-ui-inline-help { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 80%, transparent); } .oo-ui-progressBarWidget:not(.oo-ui-pendingElement-pending){ background-color: var(--wiki-content-background-color); border-color: var(--wiki-accent-color); box-shadow:0 1px 1px var(--wiki-content-dynamic-color); /* fallback */ box-shadow: 0 1px 1px color-mix(in srgb, var(--wiki-content-dynamic-color) 15%, transparent); } .oo-ui-progressBarWidget.oo-ui-widget-enabled .oo-ui-progressBarWidget-bar { background-color:var(--wiki-accent-color); } .oo-ui-bookletLayout-outlinePanel { padding: 7px 0; } .oo-ui-processDialog-content .oo-ui-window-head, .oo-ui-processDialog-content .oo-ui-window-foot, .oo-ui-messageDialog-content > .oo-ui-window-head, .oo-ui-messageDialog-content > .oo-ui-window-foot { outline-color: var(--wiki-content-border-color); } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { border-right-color: var(--wiki-content-border-color); } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:hover { background-color: var(--wiki-content-background-color); border-right-color: var(--wiki-content-border-color); } .oo-ui-messageDialog-title { color: var(--wiki-heading-color); } /* OAuth authorisation dialog */ #mw-mwoauth-authorize-form { color: inherit; } .oo-ui-toolbar-bar, .oo-ui-popupToolGroup-tools, .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover { background-color:var(--wiki-content-background-color--secondary); color:var(--wiki-content-text-color); } .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { border-right-color:var(--wiki-content-border-color); } .oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-tool-active, .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link, .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { background-color: var(--wiki-content-background-color); color: var(--wiki-content-link-color); } .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link { /* we remove the transition here because it causes the hard-coded color to flash briefly */ transition:none; } .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover { color:var(--wiki-accent-color); } .oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title { color:var(--wiki-accent-color); } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover, .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 15%, transparent); } .oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus { box-shadow:inset 0 0 0 2px var(--wiki-accent-color); } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus, .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus, .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:focus { outline:1px solid var(--wiki-accent-color); box-shadow:inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-menuToolGroup, .oo-ui-popupToolGroup-tools { border-color:var(--wiki-content-border-color); } .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar { border-color: var(--wiki-content-border-color); box-shadow:0 1px 1px 0 var(--wiki-content-dynamic-color--secondary--inverted); /* fallback */ box-shadow: 0 1px 1px 0 color-mix(in srgb, var(--wiki-content-dynamic-color) 10%, transparent); } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { background-color: var(--wiki-content-text-mix-color); border-color: var(--wiki-content-text-mix-color); } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link { background-color:var(--wiki-accent-color); color:var(--wiki-accent-label-color); } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover { background-color:var(--wiki-accent-color--hover); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-frameless>.oo-ui-buttonElement-button, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: var(--wiki-content-text-color); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { color: var(--wiki-content-text-color--hover); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: var(--wiki-content-text-color); } .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { color: var(--wiki-content-text-color--hover); } .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive>.oo-ui-buttonElement-button, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button{ color: var(--wiki-alert-color); } .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled>.oo-ui-buttonElement-button:focus { color: var(--wiki-alert-color--hover); } .oo-ui-buttonElement-frameless>.oo-ui-buttonElement-button { border: 1px solid transparent; } .oo-ui-buttonElement-frameless>button.oo-ui-buttonElement-button { color: inherit; } .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color),inset 0 0 0 2px var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color: var(--wiki-accent-color--hover); border-color: var(--wiki-accent-color--hover); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { background-color: #bf0017; border-color: #bf0017; color: #fff; } .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color: #59000b; border-color: #59000b; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus { box-shadow: inset 0 0 0 1px var(--wiki-accent-color--hover),inset 0 0 0 2px var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color--hover); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button{ background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-link-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { color: var(--wiki-accent-color); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color:var(--wiki-content-link-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-link-color) 8%, transparent); color: var(--wiki-content-text-color); border-color: var(--wiki-content-text-mix-color); } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { color:var(--wiki-content-link-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-link-color) 90%, transparent); border-color:var(--wiki-content-link-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-content-link-color) 90%, transparent); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { background-color: transparent; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { background-color: var(--wiki-content-dynamic-color--inverted); } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button { border-color: var(--wiki-accent-color--hover); box-shadow: inset 0 0 0 1px var(--wiki-accent-color--hover),inset 0 0 0 2px var(--wiki-accent-label-color); } .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(2n) td, .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td { background-color: var(--wiki-content-background-color--secondary); } .oo-ui-popupWidget-popup { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); color:var(--wiki-content-text-color); } .mw-advancedSearch-namespace-selection { background: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); } .mw-advancedSearch-fieldContainer { background: var(--wiki-content-background-color); border: 1px solid var(--wiki-content-border-color); } .mw-advancedSearch-fieldContainer fieldset { border-color: var(--wiki-content-border-color); margin-top: 0; } .mw-advancedSearch-fieldContainer .oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label { all: unset; } .mw-advancedSearch-expandablePane-button.oo-ui-widget-enabled.oo-ui-buttonWidget > .oo-ui-buttonElement-button:hover { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); color: var(--wiki-content-text-color); } .mw-advancedSearch-expandablePane-button.oo-ui-widget-enabled.oo-ui-buttonWidget.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { background-color: var(--wiki-content-background-color--secondary); } .oo-ui-popupWidget-popup .mw-advancedSearch-tooltip-head { color: var(--wiki-content-text-mix-color); } .oo-ui-menuSectionOptionWidget { color: var(--wiki-content-text-mix-color); } /* possibly deprecated */ .mw-ui-button:not(:disabled) { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); color: var(--wiki-accent-color); border-color: var(--wiki-content-border-color); } .mw-ui-button:not(:disabled):visited { color: var(--wiki-accent-color); } .mw-ui-button:not(:disabled):hover { background-color: var(--wiki-content-text-mix-color-95); border-color: var(--wiki-content-border-color); color: var(--wiki-accent-color--hover); } .mw-ui-button:not(:disabled):focus { border-color: var(--wiki-accent-color); color: var(--wiki-content-text-color); box-shadow: none; } .mw-ui-button:not(:disabled):active, .mw-ui-button:not(:disabled).is-on { background-color: var(--wiki-content-background-color); color: var(--wiki-content-dynamic-color); border-color: var(--wiki-content-link-color); } /* end possibly deprecated */ .mw-ui-icon-before::before { filter: var(--wiki-icon-to-link-filter); } .oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame { background-color: var(--wiki-content-background-color); color: var(--wiki-content-text-color); border-color: var(--wiki-content-border-color); } .oo-ui-windowManager-modal>.oo-ui-dialog { background-color:var(--wiki-content-dynamic-color--inverted); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 50%, transparent); } .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame { border-color:var(--wiki-content-border-color); } .oo-ui-messageDialog-message { color: var(--wiki-content-text-color); } .oo-ui-buttonElement-framed:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active) > .oo-ui-buttonElement-button { color: var(--wiki-content-text-color); } .oo-ui-buttonElement-framed.oo-ui-widget-disabled:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active) > .oo-ui-buttonElement-button { color: var(--wiki-content-text-mix-color-95); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: var(--wiki-accent-color); border-color:var(--wiki-accent-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { color: var(--wiki-accent-color--hover); border-color: var(--wiki-accent-color); box-shadow: inset 0 0 3px var(--wiki-accent-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-link-color--hover); border-color: var(--wiki-content-link-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-buttonElement-button { background-color: var(--wiki-content-text-mix-color); border-color: var(--wiki-content-text-mix-color); } .tdg-templateDataParamWidget-param-description { color: var(--wiki-content-text-mix-color); } .oo-ui-messageWidget.oo-ui-flaggedElement-error:not(.oo-ui-messageWidget-block), .mw-body-content .error { color: var(--wiki-alert-color); } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-alert-color); border-left-width: 10px; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { background-color: var(--wiki-content-background-color--secondary); } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-success-color); border-left-width: 10px; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-text-mix-color); } .tdg-templateDataParamWidget-param-alias { color: var(--wiki-content-text-mix-color); background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); } .tdg-templateDataParamWidget-param-alias:first-child { background-color: var(--wiki-content-background-color--secondary); } .mw-templatedata-doc-muted { color: var(--wiki-content-text-mix-color); } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button:active { background-color: var(--wiki-content-background-color--secondary); border-right-color: var(--wiki-accent-color); } /* Date picker */ .mw-widget-dateInputWidget-handle { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover { border-color: var(--wiki-accent-color); box-shadow: none; } .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle > .oo-ui-labelElement-label { color: var(--wiki-content-text-color); } .mw-widget-calendarWidget { border-color: var(--wiki-content-border-color); } .mw-widget-calendarWidget:focus { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .mw-widget-dateInputWidget-calendar { background-color: var(--wiki-content-background-color); } .mw-widget-dateInputWidget-calendar:focus { box-shadow: inset 0 0 0 1px var(--wiki-accent-color),0 2px 2px 0 rgba(0,0,0,0.2); } .mw-widget-calendarWidget-header .oo-ui-labelElement-label, .mw-widget-calendarWidget-day, .mw-widget-calendarWidget-month, .mw-widget-calendarWidget-year { color: var(--wiki-content-text-color); } .mw-widget-calendarWidget-day-heading, .mw-widget-calendarWidget-day-additional { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 55%, transparent); } .mw-widget-calendarWidget-day-today { box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .mw-widget-calendarWidget-item-selected { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 90%, transparent); color: var(--wiki-accent-label-color); } .mw-widget-calendarWidget-item:hover { background-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .mw-widgets-datetime-calendarWidget:focus { border-color: var(--wiki-content-border-color); box-shadow: none; } .mw-widgets-datetime-calendarWidget-grid { overflow-x: initial; } .mw-widgets-datetime-dateTimeInputWidget-handle { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-handle:hover { border-color: var(--wiki-content-border-color); } .mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover { background-color: var(--wiki-content-background-color); } .mw-widgets-datetime-calendarWidget { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); } .mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-extra .oo-ui-buttonElement-button .oo-ui-labelElement-label { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 55%, transparent); } /* Unpatrolled page creations on Special:NewPages */ .not-patrolled { background-color:var(--wiki-warning-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-warning-color) 16%, transparent); } .mw-spinner-container > div::after { background-color:var(--wiki-content-text-color); } pre, code, .mw-code { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .mw-templatedata-doc-param-alias { color:var(--wiki-content-text-mix-color); } .mw-highlight, .view-light .mw-highlight { --pygments-background:var(--wiki-content-background-color--secondary); /* fallback */ --pygments-background: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); --pygments-err: #db0000; --pygments-c: #3a7575; --pygments-k: #008000; --pygments-o: #666; --pygments-ch: #3a7575; --pygments-cm: #3a7575; --pygments-cp: #986200; --pygments-cpf: #3a7575; --pygments-c1: #3a7575; --pygments-cs: #3a7575; --pygments-gd: #a00000; --pygments-gr: #db0000; --pygments-gh: #000080; --pygments-gi: #008100; --pygments-go: #6e6e6e; --pygments-gp: #000080; --pygments-gu: #800080; --pygments-gt: #04d; --pygments-kc: #008000; --pygments-kd: #008000; --pygments-kn: #008000; --pygments-kp: #008000; --pygments-kr: #008000; --pygments-kt: #b00040; --pygments-m: #666; --pygments-s: #ba2121; --pygments-na: #647421; --pygments-nb: #008000; --pygments-nc: #00f; --pygments-no: #800; --pygments-nd: #a412ff; --pygments-ni: #6d6d6d; --pygments-ne: #c9352e; --pygments-nf: #00f; --pygments-nl: #727200; --pygments-nn: #00f; --pygments-nt: #008000; --pygments-nv: #19177c; --pygments-ow: #a412ff; --pygments-w: #6e6e6e; --pygments-mb: #666; --pygments-mf: #666; --pygments-mh: #666; --pygments-mi: #666; --pygments-mo: #666; --pygments-sa: #ba2121; --pygments-sb: #ba2121; --pygments-sc: #ba2121; --pygments-dl: #ba2121; --pygments-sd: #ba2121; --pygments-s2: #ba2121; --pygments-se: #a55a1e; --pygments-sh: #ba2121; --pygments-si: #af4d74; --pygments-sx: #008000; --pygments-sr: #af4d74; --pygments-s1: #ba2121; --pygments-ss: #19177c; --pygments-bp: #008000; --pygments-fm: #00f; --pygments-vc: #19177c; --pygments-vg: #19177c; --pygments-vi: #19177c; --pygments-vm: #19177c; --pygments-il: #666; } .view-dark .mw-highlight { --pygments-background:var(--wiki-content-background-color--secondary); /* fallback */ --pygments-background: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); --pygments-err: #fe4242; --pygments-c: #4b9797; --pygments-k: #00a300; --pygments-o: #898989; --pygments-ch: #4b9797; --pygments-cm: #4b9797; --pygments-cp: #c17d00; --pygments-cpf: #4b9797; --pygments-c1: #4b9797; --pygments-cs: #4b9797; --pygments-gd: #ff3f3f; --pygments-gr: #fe4242; --pygments-gh: #7a7aff; --pygments-gi: #00a000; --pygments-go: #8a8a8a; --pygments-gp: #7a7aff; --pygments-gu: #f500f5; --pygments-gt: #4e84fe; --pygments-kc: #00a300; --pygments-kd: #00a300; --pygments-kn: #00a300; --pygments-kp: #00a300; --pygments-kr: #00a300; --pygments-kt: #fe357e; --pygments-m: #898989; --pygments-s: #e25e5e; --pygments-na: #80932a; --pygments-nb: #00a300; --pygments-nc: #7a7afe; --pygments-no: #ff4040; --pygments-nd: #bf5aff; --pygments-ni: #999; --pygments-ne: #da655f; --pygments-nf: #7a7afe; --pygments-nl: #a0a000; --pygments-nn: #7a7afe; --pygments-nt: #00a300; --pygments-nv: #8381e7; --pygments-ow: #bf5aff; --pygments-w: #bbb; --pygments-mb: #898989; --pygments-mf: #898989; --pygments-mh: #898989; --pygments-mi: #898989; --pygments-mo: #898989; --pygments-sa: #e25e5e; --pygments-sb: #e25e5e; --pygments-sc: #e25e5e; --pygments-dl: #e25e5e; --pygments-sd: #e25e5e; --pygments-s2: #e25e5e; --pygments-se: #d07125; --pygments-sh: #e25e5e; --pygments-si: #c17492; --pygments-sx: #00a300; --pygments-sr: #c17492; --pygments-s1: #e25e5e; --pygments-ss: #8381e7; --pygments-bp: #00a300; --pygments-fm: #7a7afe; --pygments-vc: #8381e7; --pygments-vg: #8381e7; --pygments-vi: #8381e7; --pygments-vm: #8381e7; --pygments-il: #898989; } div.mw-highlight, .skin-theme-clientpref-night div.mw-highlight { background-color: var(--wiki-content-dynamic-color--inverted); margin: 0.5em 0; } .mw-highlight .err {border-color: var(--pygments-err);} .mw-highlight .c {color: var(--pygments-c);} .mw-highlight .k {color: var(--pygments-k);} .mw-highlight .o {color: var(--pygments-o);} .mw-highlight .ch {color: var(--pygments-ch);} .mw-highlight .cm {color: var(--pygments-cm);} .mw-highlight .cp {color: var(--pygments-cp);} .mw-highlight .cpf {color: var(--pygments-cpf);} .mw-highlight .c1 {color: var(--pygments-c1);} .mw-highlight .cs {color: var(--pygments-cs);} .mw-highlight .gd {color: var(--pygments-gd);} .mw-highlight .gr {color: var(--pygments-gr);} .mw-highlight .gh {color: var(--pygments-gh);} .mw-highlight .gi {color: var(--pygments-gi);} .mw-highlight .go {color: var(--pygments-go);} .mw-highlight .gp {color: var(--pygments-gp);} .mw-highlight .gu {color: var(--pygments-gu);} .mw-highlight .gt {color: var(--pygments-gt);} .mw-highlight .kc {color: var(--pygments-kc);} .mw-highlight .kd {color: var(--pygments-kd);} .mw-highlight .kn {color: var(--pygments-kn);} .mw-highlight .kp {color: var(--pygments-kp);} .mw-highlight .kr {color: var(--pygments-kr);} .mw-highlight .kt {color: var(--pygments-kt);} .mw-highlight .m {color: var(--pygments-m);} .mw-highlight .s {color: var(--pygments-s);} .mw-highlight .na {color: var(--pygments-na);} .mw-highlight .nb {color: var(--pygments-nb);} .mw-highlight .nc {color: var(--pygments-nc);} .mw-highlight .no {color: var(--pygments-no);} .mw-highlight .nd {color: var(--pygments-nd);} .mw-highlight .ni {color: var(--pygments-ni);} .mw-highlight .ne {color: var(--pygments-ne);} .mw-highlight .nf {color: var(--pygments-nf);} .mw-highlight .nl {color: var(--pygments-nl);} .mw-highlight .nn {color: var(--pygments-nn);} .mw-highlight .nt {color: var(--pygments-nt);} .mw-highlight .nv {color: var(--pygments-nv);} .mw-highlight .ow {color: var(--pygments-ow);} .mw-highlight .w {color: var(--pygments-w);} .mw-highlight .mb {color: var(--pygments-mb);} .mw-highlight .mf {color: var(--pygments-mf);} .mw-highlight .mh {color: var(--pygments-mh);} .mw-highlight .mi {color: var(--pygments-mi);} .mw-highlight .mo {color: var(--pygments-mo);} .mw-highlight .sa {color: var(--pygments-sa);} .mw-highlight .sb {color: var(--pygments-sb);} .mw-highlight .sc {color: var(--pygments-sc);} .mw-highlight .dl {color: var(--pygments-dl);} .mw-highlight .sd {color: var(--pygments-sd);} .mw-highlight .s2 {color: var(--pygments-s2);} .mw-highlight .se {color: var(--pygments-se);} .mw-highlight .sh {color: var(--pygments-sh);} .mw-highlight .si {color: var(--pygments-si);} .mw-highlight .sx {color: var(--pygments-sx);} .mw-highlight .sr {color: var(--pygments-sr);} .mw-highlight .s1 {color: var(--pygments-s1);} .mw-highlight .ss {color: var(--pygments-ss);} .mw-highlight .bp {color: var(--pygments-bp);} .mw-highlight .fm {color: var(--pygments-fm);} .mw-highlight .vc {color: var(--pygments-vc);} .mw-highlight .vg {color: var(--pygments-vg);} .mw-highlight .vi {color: var(--pygments-vi);} .mw-highlight .vm {color: var(--pygments-vm);} .mw-highlight .il {color: var(--pygments-il);} .mw-highlight pre { background: var(--pygments-background); margin: 0; } .mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { padding-left: 3.5em; box-shadow: inset 2.75em 0 0 var(--wiki-content-dynamic-color--inverted); } .mw-highlight .hll { background-color: var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent) } .mw-apisandbox-toolbar { background: var(--wiki-content-background-color--secondary); top: var( --wikigg-header-height ); } /* special:replacetext */ .ext-replacetext-searchoptions { background-color: transparent; border: 1px solid var(--wiki-content-border-color); } .ext-replacetext-searchoptions .ext-replacetext-divider { border-bottom: 1px solid var(--wiki-content-border-color); } /**/ .view-dark textarea { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .view-dark textarea:focus-visible { outline-color: var(--wiki-accent-color); outline-style: solid; } .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus { outline: 1px solid var(--wiki-accent-color); } /* make math formulas legible on dark theme */ .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display, .ve-ui-mwLatexPage-symbol { filter: var(--wiki-icon-general-filter); } /* search bar */ #searchInput { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); color: var(--wiki-content-text-color); box-shadow: none; } #searchInput:focus, #simpleSearch:hover #searchInput, #simpleSearch:hover #searchInput:focus { border-color: var(--wiki-accent-color); box-shadow: none; } #searchButton { filter: var(--wiki-icon-to-link-filter); } .vector-search-box-input::placeholder { color:var(--wiki-content-text-mix-color); } /* Search suggestions */ .suggestions-results, .suggestions-special { background-color: var(--wiki-content-background-color--secondary); } .suggestions a.mw-searchSuggest-link, .suggestions a.mw-searchSuggest-link:hover, .suggestions a.mw-searchSuggest-link:active, .suggestions a.mw-searchSuggest-link:focus { color: var(--wiki-content-text-color); } .suggestions-result { color: var(--wiki-content-link-color); } .suggestions-result-current { background-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .suggestions-special .special-label { color: var(--wiki-content-text-mix-color); } .suggestions-special.suggestions-result-current .special-label { color:var(--wiki-accent-label-color); } .suggestions-special .special-query { color: var(--wiki-link-label-color); } /* search page */ fieldset#mw-searchoptions { background-color:var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); border-color: var(--wiki-content-border-color); } #mw-searchoptions .divider { border-color: var(--wiki-content-border-color); } .mw-search-profile-tabs { background-color:var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 50%, transparent); border: 1px solid var(--wiki-content-border-color); margin-top: 1em; } .mw-search-profile-tabs div.search-types ul li.current a { color: var(--wiki-content-text-color); } .results-info, .mw-search-result-data { color: var(--wiki-content-text-mix-color); } /**/ /* Login/register page */ .mw-number-text { color:var(--wiki-content-text-mix-color); } .mw-body-content .mw-number-text h3 { color:var(--wiki-heading-color); } .mw-number-text.icon-edits, .mw-number-text.icon-pages, .mw-number-text.icon-contributors { position:relative; background:none; } .mw-number-text.icon-edits::before, .mw-number-text.icon-pages::before, .mw-number-text.icon-contributors::before { position:absolute; width:95px; height:100%; left:0; top:0; content:''; filter:brightness(0) var(--wiki-icon-general-filter); } .mw-number-text.icon-edits::before { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABLCAYAAADnAAD1AAACrUlEQVR4AWL4//8/oH170LEsiKIwXGPbtm0EY9s2g7bdjzh4oVnjyslKVZ3hSu+d5L/c0Xdx/Bt5jjCyAR3QAd9/+DhSW4oeoYmJGQdM4HWjYfQKTXTA8pZFeIgjOmA5Hkd0wDwe6TWa6IAcr4eA5RAdEC0neKWIDoieFcMRRPOAaDJ6+4uITxzwJ+KbmnjdaKkDliISPIv/gcvRxsT7kzgix7MGuBz1ooFyRIq3xOJ64ArUG0EMoMV5RI5nAJDjRV1Go1DIIL7meJKAAngc8Qn/tgoACuCNRtfRJhQyGQLkeJcI3u3oP3GzA5bjjYnwEEE0Acjx+urgEcRNVgFX1sUjdaHF9gA53sW/jScFKIC3SH8hIo5nDXAVwbtA8O6U4+kD6uPpA2rhWQNcXYh3N4HXSfAMAHK8838BTwBQF28hCpKAAnj3SvCsAa4heOdU8NQB5fGUAfXxhAEZ3lmCdz+B18Hx9ABN46kBrv1DeAtQsAZYivdAB08AMMLrJ3hBHU8BkOGdqcyMLcCbj4I1QH08YUCGd0kbTwCQ4MW1oFkR3kM5PAHAdVU8gjhPEk8AkOKRBjN481AwAxjhDRCM4Rq1EzwTgAzvGtoqiicAmMcbjRZI4wkATiP/eVe/4QU0DvXJ4gkAHq9gNEV4cdPRRtQjgycAOA51VkAOoECaiF5J4QkA7iVnuI+vgTcXBauAo1BjBeU0mZuCXlfm2gieOcCN5KzPadH7s9EF1CeJJwD4lKy2BLQM3UFDaFgSTwBwKcE5il6Q1wmeA95KQLGafuI54Ay+I4D2Fm1HY2QwBADPZdCG0EO0Wg5CAHAi6k1ce3E1fdDHAQ8TuG50Ml6F4TngGNQawTWjg2iCPoAG4I5vcG/QVrLDIJMDnvyNBYMDeg7ogA7ogJ4DOqBmnwD4A/itR9A4HwAAAABJRU5ErkJggg==) no-repeat left center; } .mw-number-text.icon-pages::before { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABLCAYAAADnAAD1AAAByUlEQVR4Ae3XQ6JcQRhH8Rs7mYWT2LZt25rEtpNvicGCOid51lWhX3X/B78F1ClnjUZDHChCDgVUQAVUwF+//zTbaEzwJKuqFQJOwVOYB0fSDege8RnMg8OxA47HhMhGho4YM+BHWGTXMApZP1NxAqdKuIS3DhETC5gT0cEonM+LmH7A8BHHF4zhUMyAr3DKswt4ARvCVQ8RL8FyHIoV8DqyAEbidMCIu2AFDqUbEBiLd4EiroOVcDDdgMBJWI4rNSOugpV0MOWAa2EBIq6HVXAw1YDzYQEiboVVdCDFgLNhASIegtWwP7WAM2AVXC4Z8SKsho+pBZwDCxDxIZ7hGo5iN7ZgG/bjOj61QsB5sAARxyArMA7nUw+4GuYQcaSHv/PrlAPuhDnYh8zR9ZQDnoF1+ooXuI87uIvH+JoT8ES7B1yJxZiGETnbbAHuKqCbkbiqgG5mK6Cb8QqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogAqogG0acAwmVHRLAXschDlQQAVUwKYGXIZTDo7qFnakgAqogP4ooAK+waVh5GpSAROggAqogFKOAiqgAiqg/AUjJ7hc1MT1egAAAABJRU5ErkJggg==) no-repeat left center } .mw-number-text.icon-contributors::before { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAtCAYAAAA5reyyAAAEMElEQVR4AWJ4/uLFYMJsgHbtIVhzLQqg8G7btm3bfLZt2/abtG3btm3btt19tXuNU5UbnV9VPfj2PCtODh7DaOzHDdzEIQxFG6SERItoilcPq6EOpqNsrAdMiWb4CQPQEx+jMsSH13Ad6tJRtIf4UBkfoyf642c0Q8pwBSyOEYiDWpzHP8gIcelZ3IV6dBENIS5lxD84D7WIwwgUD3XActjk8jTLDnFQAiegPm1FFoiD7JgKdbAJ5UIVMA0WQ10aCnEwHBrQ/xAHQ6EuLULqUAT8EurRkxAbtXEWGtBu5IPYeBLq0RemA6bDUqhHwyE2/oIa8qHho3wp0pkM2AS3oR4dRCmIFWZADRkEsUIpHIR6dBtNTAZ8DepDEhpDLIphL9Q9X0dMYyRBfXjNZMD3oT61hFjUwHmoITtQAGLREurT+yYDvgn1IQ4NwhBwP0pALBogDurDmyYDPgL14QjKQCzK43gYjsAyOAL14RGTAcvhKNSjWUgLsciDzVBDliG9zceJWT53fFlzAYGJUI/+g9iYCjVkBMTGv1CPJkJMB/wM6sEdtILY6Aw15A+IjVa4A/Xgs1C9ym2AujQVkoznkQgN6CpaQAwd7euQynxA4EMkuTz6noAkIxu2QQNaAXHwhMujMAkfhvpz1gSogwEQF/pAA/oV4sIAqIPxkFAHLIwVUBuLkQ/iQkNchPp0BHkhLuTDYocjuVDoAwLNobCKx7MQZ0buxn9CPHgO8VBYNYOEI2AxTIPaWI3SEJdq47rPz1jZIC6VxmqHm17RUAYsjm+wB+rgDH5FZYgL/0M9egjiQmX8hjNQB3vwDYqZClgRn2I8TkM9uoxp+BY1IDayYAnUpd8hyaiBbzEdl6EencZ4fIoKXgPWQ0eswTmoIRexCz9DYFUWh6AOeiEFBFYfYYv7aK6cxRp0RL3kAjbBSsRBQ+gwykBg1SrAF+5qOAUNoTisRBNrwHeQAA2D7hAbLQL+qOoBDYMEvA0RRm3cg4bQIYxBO4iNnFgOdfAoJBntMAaHoSF0D7WtbwOmJGIHBuFtFHJxhx8HdeEEnoI4KIS3MQg7kAg1rI8w9kMN2YQ/8RByQRwUxE844GPvj0B9iAu58BD+NPwdcp8wrkEDOoG3kR3iIC0exhAcgQZwHQvwOfJDXMiOt3ECGtA1EwH3oDLERgoUxisYhv24AzUoEWexCD+iJtJBklEF+yId8A7aQywyoCK+xCJcRSI0TO5iL7qjDXIjBcTiIdwNGnAetmKjR8fQHdYL93tYiSRolDiJzqgLseiOYz62fyvmCcOUJ3EAGuV6oUi0rVD9BBpDtqJstARsj3hojFmBdNEQcDw0Rn0V6YAVcBIao2YjXSQDtoDGsDOoFMmAD0FjXLMHAYN5KJIBW+FBwADq4x40hrWLZMCKOIhEXIsxd3EdDSF+3QeCfPkMAgchOAAAAABJRU5ErkJggg==) no-repeat left center } /**/ /* Multimedia viewer */ .mw-mmv-post-image, .mw-mmv-image-metadata { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .mw-mmv-ttf-container .mw-mmv-ttf-ellipsis { box-shadow: -4px 6px 0 0 var(--wiki-content-background-color); } .mw-mmv-title-para .mw-mmv-ttf-ellipsis { background-color: var(--wiki-content-background-color); } .mw-mmv-title-para .mw-mmv-ttf-ellipsis::before { background-image: linear-gradient(to right, transparent 0%, var(--wiki-content-background-color) 100%); } .mw-mmv-ttf-ellipsis-container:hover .mw-mmv-ttf-container .mw-mmv-ttf-ellipsis { background-color: var(--wiki-content-background-color--secondary); } .mw-mmv-ttf-container .mw-mmv-ttf-ellipsis:hover, .mw-mmv-ttf-ellipsis-container .mw-mmv-ttf-container .mw-mmv-ttf-ellipsis:hover { background-color: var(--wiki-content-text-mix-color-95); background-color: color-mix(in srgb, var(--wiki-content-background-color--secondary) 95%, var(--wiki-content-dynamic-color)); } .mw-ui-button.mw-ui-progressive:not(:disabled) { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); color: var(--wiki-accent-label-color); } .mw-ui-button.mw-ui-progressive:not(:disabled):hover { background-color: var(--wiki-accent-color--hover); } .skin-vector .mw-ui-button.mw-ui-progressive:hover, .skin-vector .mw-ui-button.mw-ui-primary:disabled { box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75) inset, 0 0 5px var(--wiki-content-border-color); border: 2px solid var(--wiki-content-border-color); } .mw-ui-button.mw-ui-progressive:not(:disabled):active, .mw-ui-button.mw-ui-progressive:not(:disabled).is-on { background-color: var(--wiki-accent-color); border-color: var(--wiki-accent-color); } .mw-ui-button.mw-ui-progressive { box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75) inset, 0 0 5px var(--wiki-content-border-color) } /* possibly deprecated */ .mw-ui-input:not(:disabled) { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .mw-ui-input:not(:disabled):hover, .mw-ui-input:not(:disabled):focus { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-color); border-color: var(--wiki-accent-color); box-shadow: none; } .mw-ui-input::placeholder { color:var(--wiki-content-text-mix-color); } /* end possibly deprecated */ .mw-mmv-dialog { background-color: var(--wiki-content-background-color); box-shadow: 0 2px 2px 0 var(--wiki-content-border-color); } .mw-mmv-dialog .mw-mmv-dialog-down-arrow { background-color: var(--wiki-content-background-color); } .mw-mmv-options-dialog-header { color: var(--wiki-content-text-color); } .mw-mmv-options-text-header, .mw-mmv-options-text-body { color: var(--wiki-content-text-mix-color); } .mw-mmv-download-pane .mw-mmv-download-area .mw-mmv-download-select-menu { background-image: none; } .mw-mmv-download-pane .mw-mmv-download-area .mw-mmv-download-select-menu span { display: none; } .mw-mmv-download-pane .mw-mmv-download-area .mw-mmv-download-select-menu::after { display:inline-block; width:8px; height:100%; content:''; --mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath fill=%22%23000%22 fill-rule=%22evenodd%22 d=%22m2.023 3 3.49 5.953L9 3z%22 clip-rule=%22evenodd%22/%3E %3C/svg%3E") no-repeat; --mask-size: 12px; --mask-position: center; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: var(--mask-size); mask-size: var(--mask-size); -webkit-mask-position: var(--mask-position); mask-position: var(--mask-position); background-color: currentColor; } .mw-mmv-embed-dimensions { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 76%, transparent); } .oo-ui-optionWidget-selected .mw-mmv-embed-dimensions { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 82%, transparent); } .mw-mmv-download-pane .mw-mmv-download-attribution { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-text-mix-color); } .mw-mmv-download-pane .mw-mmv-download-attribution:hover { background-color: var(--wiki-content-dynamic-color--inverted); color: var(--wiki-content-text-color); } .mw-mmv-download-pane .mw-mmv-download-area .mw-mmv-download-preview-link, .mw-mmv-download-pane .mw-mmv-download-attribution-cta-invite { color: var(--wiki-content-text-mix-color); } .mw-ui-button.mw-ui-quiet, .mw-ui-button.mw-ui-quiet.mw-ui-progressive, .mw-ui-button.mw-ui-quiet.mw-ui-destructive { color: var(--wiki-accent-color); } .mw-ui-button.mw-ui-progressive:not(:disabled):focus { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 1), inset 0 0 0 2px var(--wiki-accent-color); } input[type="checkbox"]:active+.mw-ui-button.mw-ui-quiet, input[type="checkbox"]:active+.mw-ui-button.mw-ui-quiet.mw-ui-progressive, input[type="checkbox"]:active+.mw-ui-button.mw-ui-quiet.mw-ui-destructive, .mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:active, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active, input[type="checkbox"]:focus+.mw-ui-button.mw-ui-quiet, input[type="checkbox"]:focus+.mw-ui-button.mw-ui-quiet.mw-ui-progressive, input[type="checkbox"]:focus+.mw-ui-button.mw-ui-quiet.mw-ui-destructive, .mw-ui-button.mw-ui-quiet:focus, .mw-ui-button.mw-ui-quiet.mw-ui-progressive:focus, .mw-ui-button.mw-ui-quiet.mw-ui-destructive:focus { color: var(--wiki-content-text-color); } /**/ /* Echo */ .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-optionWidget-selected > .oo-ui-buttonElement-button:hover { color: var(--wiki-accent-label-color); } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { color: var(--wiki-content-text-color); } @-webkit-keyframes unseen-fadeout-to-unread { from { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); } to { background-color:var(--wiki-content-background-color--secondary); } } @keyframes unseen-fadeout-to-unread { from { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); } to { background-color:var(--wiki-content-background-color--secondary); } } @-webkit-keyframes unseen-fadeout-to-read { from { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); } to { background-color:var(--wiki-content-background-color); } } @keyframes unseen-fadeout-to-read { from { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); } to { background-color:var(--wiki-content-background-color); } } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before { border-bottom-color: var(--wiki-content-border-color); } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after { border-bottom-color: var(--wiki-content-background-color--secondary); } .client-js .mw-echo-special-nojs { filter:var(--wiki-icon-general-filter) } /**/ /* codex fixes */ .cdx-checkbox__icon { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb,var(--wiki-accent-color) 5%,transparent); } /**/ /************************* * End Vector theme fixes * **************************/ /************************ * Theme-based Scribunto * *************************/ #mw-scribunto-input { background-color: var(--wiki-content-background-color--secondary); border: 1px solid var(--wiki-content-border-color); color: var(--wiki-content-text-color); } .mw-scribunto-console-fieldset, .mw-scribunto-message, .mw-scribunto-input, .mw-scribunto-error, .mw-scribunto-print, .mw-scribunto-normalOutput { background: transparent; } .mw-scribunto-console-fieldset { color: var(--wiki-content-text-color); } .mw-scribunto-message { color: var(--wiki-content-text-color); } .mw-scribunto-input { color: var(--wiki-content-text-color--hover); } .mw-scribunto-error { color: var(--wiki-alert-color); } .mw-scribunto-print { color: var(--wiki-content-text-color); } .mw-scribunto-normalOutput { color: var(--wiki-content-text-color); } /**************** * End Scribunto * *****************/ /*************************** * Theme-based VisualEditor * ****************************/ .ve-activated .vector-menu-tabs .selected { box-shadow:inset 0 -1px 0 var(--wiki-content-border-color); /* fallback */ box-shadow: inset 0 -1px 0 color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); } .ve-init-mw-progressBarWidget { background-color: var(--wiki-content-background-color); border-color: var(--wiki-accent-color); box-shadow:0 1px 1px var(--wiki-content-dynamic-color); /* fallback */ box-shadow: 0 1px 1px color-mix(in srgb, var(--wiki-content-dynamic-color) 15%, transparent); } .ve-init-mw-progressBarWidget-bar { background-color:var(--wiki-accent-color); } .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar { border-bottom-color: var(--wiki-content-border-color); } .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar { top: var(--wikigg-header-height, 0); background: var(--wiki-content-background-color); } div.ve-ce-branchNode { border-color:var(--wiki-content-border-color); } .ve-ce-focusableNode-highlight { background: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .ve-ce-surface-highlights-focused .ve-ce-focusableNode-highlights { opacity: 0.25; } .ve-ce-branchNode-blockSlug, .ve-ce-branchNode-newSlug:not(.ve-ce-branchNode-newSlug-open) { outline-color: var(--wiki-accent-color); background-color:var(--wiki-content-dynamic-color--inverted); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 75%, transparent); } figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], figure[typeof~='mw:Image/Thumb'], figure[typeof~='mw:Video/Thumb'], figure[typeof~='mw:Audio/Thumb'], figure[typeof~='mw:Image/Frame'], figure[typeof~='mw:Video/Frame'], figure[typeof~='mw:Audio/Frame'] { border-color: var(--wiki-content-border-color); background-color: var(--wiki-content-background-color--secondary); } figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Image/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Video/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Audio/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Image/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Video/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Audio/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Image/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Video/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Audio/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Image/Frame'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Video/Frame'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:Audio/Frame'] > span:first-child > *:first-child:not(.mw-broken-media) { border-color: var(--wiki-content-border-color); background: var(--wiki-content-background-color--secondary); } figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption, figure[typeof~='mw:Image/Thumb'] > figcaption, figure[typeof~='mw:Video/Thumb'] > figcaption, figure[typeof~='mw:Audio/Thumb'] > figcaption, figure[typeof~='mw:Image/Frame'] > figcaption, figure[typeof~='mw:Video/Frame'] > figcaption, figure[typeof~='mw:Audio/Frame'] > figcaption { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .ve-ui-specialCharacterPage-character, .oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above, .oo-ui-bookletLayout > .oo-ui-menuLayout-menu, .ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu, .ve-ui-specialCharacterPage-character:hover { border-color:var(--wiki-content-border-color); } .ve-ui-specialCharacterPage-character:hover { box-shadow:inset 0 0 1px 1px var(--wiki-accent-color); } .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title, .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel { color: var(--wiki-content-text-mix-color); } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title { color:var(--wiki-content-dynamic-color--inverted); /* fallback */ color: color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 78%, transparent); } .ve-activated .ve-init-mw-desktopArticleTarget-originalContent #catlinks:hover { background: var(--wiki-content-background-color--secondary); /* fallback */ background: color-mix(in srgb, var(--wiki-content-link-color) 10%, transparent); } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { color: var(--wiki-accent-color); box-shadow: inset 0 -2px 0 0 var(--wiki-accent-color); } .oo-ui-tabOptionWidget { color: var(--wiki-content-text-mix-color); } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:not(.oo-ui-optionWidget-selected):hover { color: var(--wiki-accent-color--hover); box-shadow: inset 0 -2px 0 0 var(--wiki-accent-color--hover); } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:not(.oo-ui-optionWidget-selected):active { color: var(--wiki-content-text-color); box-shadow: inset 0 -2px 0 0 var(--wiki-accent-color--hover); } .oo-ui-tabSelectWidget-frameless { box-shadow: inset 0 -1px 0 0 var(--wiki-content-border-color); } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { border-color: var(--wiki-alert-color); } .ve-ce-linkAnnotation.ve-ce-annotation-active { box-shadow:0 0 0 1px var(--wiki-content-background-color--secondary); /* fallback */ box-shadow: 0 0 0 1px color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-link-color) 10%, transparent); } .ve-ui-mwInternalLinkContextItem-withImage > .oo-ui-iconElement.oo-ui-iconElement-icon { background-color: var(--wiki-content-text-mix-color-95); background-color: color-mix(in srgb, var(--wiki-content-text-mix-color-95) 90%, var(--wiki-content-dynamic-color)); border-color: var(--wiki-content-text-mix-color-95); border-color: color-mix(in srgb, var(--wiki-content-text-mix-color-95) 90%, var(--wiki-content-dynamic-color)); filter: unset; } .mw-widget-titleWidget-menu-withImages .mw-widget-titleOptionWidget.oo-ui-iconElement > .oo-ui-iconElement-icon.mw-widget-titleOptionWidget-hasImage { filter: unset; } .mw-widget-titleWidget-menu-withImages .mw-widget-titleOptionWidget.oo-ui-iconElement > .oo-ui-iconElement-icon:not(.mw-widget-titleOptionWidget-hasImage) { background-color: var(--wiki-content-text-mix-color-95); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-text-mix-color-95) 90%, var(--wiki-content-dynamic-color)); filter: unset; } .ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label .ve-ui-linkContextItem-label-preview { color: var(--wiki-content-text-mix-color); } .ve-ui-toolbarDialog { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 5%, transparent); } .ve-ce-languageAnnotation { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 20%, transparent); border-color: var(--wiki-content-link-color); } .mw-widget-mediaResultWidget-overlay { box-shadow: inset 0 0 0 1px var(--wiki-content-border-color); } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement) > .oo-ui-buttonElement-button { background-color: transparent; border-right-color: var(--wiki-accent-color); /* fallback */ border-right-color: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); } .oo-ui-selectFileWidget-dropTarget { background-color: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget { background-color: var(--wiki-content-background-color); } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover { border-color: var(--wiki-content-text-mix-color); } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop.oo-ui-selectFileWidget-dropTarget, .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); color: var(--wiki-accent-color); } .oo-ui-selectFileWidget.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget, .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget { background-color: var(--wiki-content-text-mix-color-95); border-color: var(--wiki-content-dynamic-color--secondary); } .mw-upload-bookletLayout-filePreview { background-color: var(--wiki-content-background-color--secondary); } .ve-ui-mwMediaDialog-panel-imageinfo-details { color: var(--wiki-content-text-mix-color); } .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input { -webkit-text-fill-color:var(--wiki-content-text-color); /* fallback */ -webkit-text-fill-color: color-mix(in srgb, var(--wiki-content-text-color) 50%, transparent); } .oo-ui-optionWidget.oo-ui-widget-disabled { color: var(--wiki-content-text-mix-color); } .ve-ui-mwLanguagesPage-languages-table th, .ve-ui-mwLanguagesPage-languages-table td { border-bottom-color: var(--wiki-content-border-color); } .ve-ui-mwLanguagesPage-languages-table tr:nth-child(even) td { background: var(--wiki-content-background-color); } .ve-ui-mwLanguagesPage-languages-table tr:nth-child(odd) td { background: transparent; /* fallback */ background: color-mix(in srgb, var(--wiki-content-dynamic-color--secondary) 5%, transparent); } .ve-ui-targetWidget { border-color: var(--wiki-content-border-color); } .ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) { background: var(--wiki-content-background-color); } .ve-ui-targetWidget-focused { border-color: var(--wiki-accent-color); box-shadow: inset 0 0 0 1px var(--wiki-accent-color); } .ve-ui-mwTransclusionOutlineTemplateWidget-sticky { background-color: var(--wiki-content-background-color); } .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted { color: var(--wiki-content-dynamic-color); } .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage, .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage:hover, .ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted { color: var(--wiki-accent-color); } .ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters { color: var(--wiki-content-text-mix-color); } .ve-ui-mwTemplatePage-description { color: var(--wiki-content-text-mix-color); } .ve-ui-mwParameterPage-doc-required, .ve-ui-mwParameterPage-doc-deprecated, .ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example { color: var(--wiki-content-text-mix-color); } .ve-ui-expandableContent-fade { background: linear-gradient(to right, transparent 0, var(--wiki-content-background-color) 90%); } .ve-ui-expandableContent-toggle { background-color: var(--wiki-content-background-color); } .ve-ui-mwParameterPage-undocumentedLabel { color: var(--wiki-content-text-mix-color); } .oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label { color: var(--wiki-content-text-mix-color); } .ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 { color: var(--wiki-content-text-mix-color); } .ve-ui-mwLatexPage-symbol { border-color: var(--wiki-content-border-color); } .ve-ui-mwGalleryDialog-highlighted-image { background-color: var(--wiki-content-background-color--secondary); } .ve-ui-mwHelpListToolGroup-tools-footer { border-color: var(--wiki-content-border-color); } .ve-ui-mwHelpListToolGroup-version-link, .ve-ui-mwHelpListToolGroup-version-date, .ve-ui-mwHelpPopupTool-version-label, .ve-ui-mwHelpPopupTool-version-link, .ve-ui-mwHelpPopupTool-version-date { color: var(--wiki-content-text-mix-color); } .ve-ui-mwSaveDialog-summary { background-color: var(--wiki-content-background-color); } .ve-ui-mwSaveDialog-options { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .ve-ui-mwSaveDialog-license { color: var(--wiki-content-text-mix-color); } .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:hover, .oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive) > .oo-ui-buttonElement-button:active { border-right-color: var(--wiki-accent-color); border-left-color: var(--wiki-accent-color); } .ve-ui-debugBar { border-color: var(--wiki-content-border-color); } .ve-ui-debugBar-commands-divider { border-color: var(--wiki-content-border-color); } .ve-ui-debugBar-dump > table { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .ve-ui-debugBar-dump td { background-color: var(--wiki-content-background-color); } .ve-ui-debugBar-dump th { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 80%, transparent); text-shadow: 0 1px 1px var(--wiki-content-dynamic-color--inverted); } .ve-ui-debugBar-dump ol { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 60%, transparent); } .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-element, .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-char, .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-achar { background-color: var(--wiki-content-background-color--secondary); color: var(--wiki-content-dynamic-color); text-shadow: 0 1px 1px var(--wiki-content-dynamic-color--inverted); } .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-element { background-color:var(--wiki-accent-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 20%, transparent); } .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-char { background-color:var(--wiki-success-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-success-color) 20%, transparent); } .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-achar { background-color:var(--wiki-warning-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-warning-color) 20%, transparent); } .ve-ui-debugBar-dump li .ve-ui-debugBar-dump-note { color: var(--wiki-content-text-mix-color); } .ve-ui-debugBar-filibuster { background-color: var(--wiki-content-background-color--secondary); border-color: var(--wiki-content-border-color); } .ve-ui-debugBar-transactions > ol > li { border-color: var(--wiki-content-border-color); } /******************* * End VisualEditor * ********************/ /************************** * Theme-based AbuseFilter * ***************************/ table.mw-abuselog-details { background: var(--wiki-content-background-color); border-color: var(--wiki-content-border-color); } table.mw-abuselog-details th, table.mw-abuselog-details td, div.mw-abusefilter-editor { border-color: var(--wiki-content-border-color); } table.mw-abuselog-details th { background: var(--wiki-content-background-color--secondary); } body td.mw-abusefilter-history-changed { background-color:var(--wiki-alert-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-alert-color) 20%, transparent); } /****************** * End AbuseFilter * *******************/ /************************************ * Theme-based Special:MultiPageEdit * *************************************/ :root { --jexcel-border-color:var(--wiki-content-border-color); /* this is defined by the extension but does not seem to be used anywhere. We override it just in case *shrug* */ } .jexcel, .jexcel_container.fullscreen .jexcel_content{ background-color:var(--wiki-content-background-color); border-bottom-color:var(--wiki-content-border-color); border-right-color:var(--wiki-content-border-color); } table.jexcel > tbody > tr > td:first-child, table.jexcel > thead, table.jexcel > thead > tr > td, table.jexcel > tbody > tr.selected > td:first-child, table.jexcel > thead > tr > td.selected { background-color:var(--wiki-content-background-color--secondary); } table.jexcel > tbody > tr.selected > td:first-child, table.jexcel > thead > tr > td.selected { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-accent-color) 10%, transparent); } table.jexcel > thead > tr > td{ border-bottom-color:var(--wiki-content-border-color); } .jexcel > thead > tr > td.arrow-up, .jexcel > thead > tr > td.arrow-down { background:none; } .jexcel > thead > tr > td.arrow-up::after, .jexcel > thead > tr > td.arrow-down::after { display:inline-block; position:absolute; right:0; top:0; background-repeat:no-repeat; background-position:center right 5px; width:22px; height:100%; content:''; filter:brightness(50%) var(--wiki-icon-general-filter); } .jexcel > thead > tr > td.arrow-up::after { background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 14l5-5 5 5H7z' fill='gray'/%3E%3C/svg%3E"); } .jexcel > thead > tr > td.arrow-down::after { background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E"); } .jexcel > thead > tr:nth-child(2) > td { z-index:1; /* prevents overlapping the headings after scrolling on tall tables */ } .jexcel > tbody > tr > td { border-top-color:var(--wiki-content-text-mix-color-95); border-bottom-color:var(--wiki-content-text-mix-color-95); } .jexcel > tbody > tr > td.readonly { color:var(--wiki-content-text-mix-color); } .jexcel_content { scrollbar-color:var(--wiki-content-text-mix-color) transparent; /* we need this important to override inline styling */ box-shadow:var(--wiki-content-dynamic-color--secondary--inverted) 2px 2px 5px 0.1px !important; } .jexcel .highlight { background-color: transparent; /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 5%, transparent); } .jexcel .highlight-top { border-top-color:var(--wiki-content-text-mix-color); box-shadow:0px -1px var(--wiki-content-dynamic-color--secondary--inverted); } .jexcel .highlight-left { border-left-color:var(--wiki-content-text-mix-color); box-shadow:-1px 0px var(--wiki-content-dynamic-color--secondary--inverted); } .jexcel .highlight-top.highlight-left { box-shadow:-1px -1px var(--wiki-content-dynamic-color--secondary--inverted); } .jexcel .highlight-right { border-right-color:var(--wiki-content-text-mix-color); } .jexcel .highlight-bottom { border-bottom-color:var(--wiki-content-text-mix-color); } .jexcel .jexcel_column_filter { background:none; } .jexcel .jexcel_column_filter::after { display:inline-block; position:absolute; right:0; top:0; background-repeat:no-repeat; background-position:top 50% right 5px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gray' width='18px' height='18px'%3E%3Cpath d='M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); width:20px; height:100%; content:''; filter:brightness(50%) var(--wiki-icon-general-filter); } .jexcel_pagination > div > div { background-color:var(--wiki-accent-color); /* we need this important to override a built-in one */ color:var(--wiki-accent-label-color) !important; } .jexcel_page_selected { background:linear-gradient(to bottom,var(--wiki-accent-color) 0%,var(--wiki-accent-color--hover) 100%); /* we need this important to override a built-in one */ border:1px solid var(--wiki-content-border-color) !important; } /**************************** * End Special:MultiPageEdit * *****************************/ /*********************** * Theme-based msupload * ************************/ #msupload-div, #msupload-list .file { background-color:var(--wiki-content-background-color); border-color:var(--wiki-content-border-color); } #msupload-select { filter:brightness(0) var(--wiki-icon-to-link-filter); } #msupload-dropzone { border-color:var(--wiki-content-border-color); color:var(--wiki-content-text-color); } .drop-over { background-color:var(--wiki-accent-color); color:var(--wiki-accent-label-color) !important; } #msupload-bottom { border-color:var(--wiki-content-border-color); } #msupload-bottom #msupload-files { padding-left:0; background: none; } #msupload-bottom #msupload-files::before { display:inline-block; background: url(/extensions/MsUpload/resources/images/msu-upload-icon.png?bdd61) no-repeat 0 0; background-position:left center; height:22px; width:25px; content:''; vertical-align: top; filter:var(--wiki-icon-general-filter); } #msupload-list .file .file-size { color: var(--wiki-content-text-mix-color); } #msupload-div a { color: var(--wiki-content-link-color); } #msupload-list .file .file-name:hover { background-color: var(--wiki-content-dynamic-color--inverted); } #msupload-list .file .file-name-input { background: var(--wiki-content-dynamic-color--inverted); } #msupload-list .file .file-warning { color: var(--wiki-warning-color); } /*************************** * End theme-based msupload * ****************************/ /***************************** * Theme-based commentstreams * ******************************/ .cs-title-edit-field { border-color:var(--wiki-accent-color); } .cs-title-edit-field::placeholder, .view-dark .cs-body-edit-field::placeholder { color: var(--wiki-content-text-mix-color); } .cs-edit-box , .cs-expanded .cs-comment-header { background-color: var(--wiki-content-background-color--secondary); border-color:var(--wiki-content-border-color); } .cs-target-comment .cs-comment-header { border-color:var(--wiki-accent-color); } .cs-comment-author a { color: var(--wiki-content-link-color); } .cs-comment-details { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 95%, transparent); } .cs-comment-author-anonymous { color:var(--wiki-content-text-color); /* fallback */ color:color-mix(in srgb, var(--wiki-content-text-color) 95%, transparent); } .cs-comment { border:1px solid var(--wiki-content-border-color); } .cs-comment-body { padding:0 5px; } /********************************* * End theme-based commentstreams * **********************************/ /************************ * Theme-based checkuser * *************************/ .mw-datatable.ext-checkuser-investigate-table tr:hover td { background-color:var(--wiki-content-background-color); } .mw-datatable.ext-checkuser-investigate-table th { background-color:var(--wiki-content-background-color--secondary); } .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td, .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td, .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) .ext-checkuser-investigate-table-row-hover-data-match td, .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr:hover td{ background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-warning-color) 10%, transparent); } .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned, .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned, .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned td.ext-checkuser-investigate-table-cell-pinned-data-match, .ext-checkuser-investigate-table.mw-datatable.ext-checkuser-investigate-table-pinned .ext-checkuser-investigate-table-row-pinned-data-match td.ext-checkuser-investigate-table-cell-pinned-data-match, .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td.ext-checkuser-investigate-table-cell-hover-data-match, .ext-checkuser-investigate-table.mw-datatable:not(.ext-checkuser-investigate-table-pinned) tr td:hover.ext-checkuser-investigate-table-cell-pinnable { background-color: var(--wiki-content-background-color--secondary); /* fallback */ background-color: color-mix(in srgb, var(--wiki-warning-color) 40%, transparent); } .ext-checkuser-investigate-copy-message.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { background-color:var(--wiki-content-background-color--secondary); border-color:var(--wiki-content-border-color); } .mw-special-Investigate .ext-checkuser-investigate-subtitle-fieldset { background-color:var(--wiki-content-background-color--secondary); } /**************** * End checkuser * *****************/ /*************************** * Theme-based SearchDigest * ****************************/ .searchdigest-stats-table { border-color: var(--wiki-content-border-color); border-collapse: collapse; } .searchdigest-stats-table thead th, .searchdigest-stats-table tr:not(:last-child) th, .searchdigest-stats-table tr:not(:last-child) td { border-bottom-color: var(--wiki-content-border-color); } .searchdigest-stats-table thead th:last-child, .searchdigest-stats-table td { border-left-color: var(--wiki-content-border-color); } .searchdigest-stats-table thead tr { background: var(--wiki-content-background-color--secondary); } /******************* * End SearchDigest * ********************/ /**************************** * Extension:RelatedArticles * *****************************/ .client-js .read-more-container { min-height:unset; } @media (min-width: 1000px) { .client-js .read-more-container { min-height:calc( 80px /*card height*/ + 10px /*card margin*/ + 1em /*container padding*/ + 0.3em /*card-list margin*/ + 0.8em /*h2 font-size*/ + 1em /*h2 padding*/ + 0.6em /*h2 margin*/ + 1px /*container border*/ ); } } .ext-related-articles-card-list .ext-related-articles-card { background-color:var(--wiki-content-background-color); } .ext-related-articles-card-list .ext-related-articles-card, .ext-related-articles-card-list .ext-related-articles-card + .ext-related-articles-card { /* your guess is as good as mine for why they did this */ border-color:var(--wiki-content-border-color); /* fallback */ border-color: color-mix(in srgb, var(--wiki-content-border-color) 20%, transparent); } .ext-related-articles-card-list .ext-related-articles-card-thumb { background-color:var(--wiki-content-background-color--secondary); } .ra-read-more h2 { color:var(--wiki-body-dynamic-color--secondary); } .ext-related-articles-card-list h3 a { color:var(--wiki-content-heading-color); } .ext-related-articles-card-list h3::after { background-image: linear-gradient(to right,transparent,var(--wiki-content-background-color) 50%); } .ext-related-articles-card-list .ext-related-articles-card-extract { color:var(--wiki-content-text-color); /* fallback */ color: color-mix(in srgb, var(--wiki-content-text-color) 50%, transparent); } /* removed background image and use a mask image instead */ .ext-related-articles-card-list .ext-related-articles-card-thumb-placeholder { position:relative; background-image:none; } .ext-related-articles-card-list .ext-related-articles-card-thumb-placeholder::after { position:absolute; width:100%; height:100%; top:0; left:0; content:''; --mask-image: url("/extensions/RelatedArticles/resources/ext.relatedArticles.readMore/article.svg?3c572"); --mask-size: 40px; --mask-repeat: no-repeat; --mask-position: center; -webkit-mask: var(--mask-image); mask: var(--mask-image); -webkit-mask-size: var(--mask-size); mask-size: var(--mask-size); -webkit-mask-repeat: var(--mask-repeat); mask-repeat: var(--mask-repeat); -webkit-mask-position: var(--mask-position); mask-position: var(--mask-position); background-color:var(--wiki-content-text-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-text-color) 75%, transparent); } /**/ /* this simulates mw-footer having a top border */ .read-more-container { border-bottom: var(--wiki-content-border-width, 1px) solid var(--wiki-content-border-color); } @media screen and (min-width: 720px) { .read-more-container { margin-right:1em; } } /******************************** * End Extension:RelatedArticles * *********************************/ /******************* * Extension:Popups * ********************/ .mwe-popups { box-shadow:0 30px 90px -20px rgba(0,0,0,0.3),0 0 1px 1px transparent; /* fallback */ box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3),0 0 1px 1px color-mix(in srgb, var(--wiki-content-border-color) 5%, transparent); } .mwe-popups, .mwe-popups .mwe-popups-container { background-color:var(--wiki-content-background-color); color:var(--wiki-content-text-color); } .mwe-popups .mwe-popups-extract { color:var(--wiki-content-text-color); } .mwe-popups .mwe-popups-extract[dir="ltr"]::after { background-image: linear-gradient(to right,transparent,var(--wiki-content-background-color) 50%); } .mwe-popups.flipped-y::before, .mwe-popups.flipped-x-y::before, .mwe-popups.mwe-popups-image-pointer::before, .mwe-popups.mwe-popups-image-pointer.flipped-x::before, .mwe-popups.mwe-popups-no-image-pointer::before, .mwe-popups.flipped-x.mwe-popups-is-tall::before, .mwe-popups.flipped-x-y.mwe-popups-is-tall::before { border-color:var(--wiki-content-border-color); } .mwe-popups.flipped-y::after, .mwe-popups.flipped-x-y::after, .mwe-popups.mwe-popups-image-pointer::after, .mwe-popups.mwe-popups-image-pointer.flipped-x::after, .mwe-popups.mwe-popups-no-image-pointer::after, .mwe-popups.flipped-x-y.mwe-popups-is-tall::after { border-color:var(--wiki-content-background-color); } .popups-icon { position:relative; background-position: center; background-repeat: no-repeat; background-size: calc(max(1.4285714em,20px)); min-width: 20px; min-height: 20px; width: 1.4285714em; height: 1.4285714em; display: inline-block; vertical-align: text-bottom; } .popups-icon--preview-generic, .popups-icon--settings, .popups-icon--infoFilled, .popups-icon--infoFilled:lang(ar), .popups-icon--close, .popups-icon--reference-generic, .popups-icon--reference-book, .popups-icon--preview-disambiguation { background-image:none; } .popups-icon::after { position:absolute; width:100%; height:100%; top:0; left:0; content:''; -webkit-mask-image:var(--mask-image, none); mask-image:var(--mask-image, none); -webkit-mask-repeat:var(--mask-repeat, no-repeat); mask-repeat:var(--mask-repeat, no-repeat); -webkit-mask-size:var(--mask-size, calc(max(1.4285714em,20px))); mask-size:var(--mask-size, calc(max(1.4285714em,20px))); -webkit-mask-position:var(--mask-position, center); mask-position:var(--mask-position, center); background-color:var(--mask-color, currentColor); background-color:var(--mask-color, currentColor); } .popups-icon--preview-generic::after { --mask-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E sad face %3C/title%3E %3Cpath d=%22M2 0a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm4 4c1.336 0 2.007 1.617 1.06 2.56-.943.947-2.56.276-2.56-1.06A1.5 1.5 0 0 1 6 4zm8 0c1.336 0 2.007 1.617 1.06 2.56-.943.947-2.56.276-2.56-1.06A1.5 1.5 0 0 1 14 4zm-4 5c2.61 0 4.83.67 5.65 3H4.35C5.17 9.67 7.39 9 10 9z%22/%3E %3C/svg%3E"); } .popups-icon--settings::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><g transform=\"translate(10 10)\"><path id=\"cdx-icon-settings-a\" d=\"M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3\"/><use xlink:href=\"%23cdx-icon-settings-a\" transform=\"rotate(45)\"/><use xlink:href=\"%23cdx-icon-settings-a\" transform=\"rotate(90)\"/><use xlink:href=\"%23cdx-icon-settings-a\" transform=\"rotate(135)\"/></g><path d=\"M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7\"/></svg>"); } .popups-icon--infoFilled::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM9 5h2v2H9zm0 4h2v6H9z\"/></svg>"); } .popups-icon--infoFilled:lang(ar)::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M8 19a1 1 0 001 1h2a1 1 0 001-1v-1H8zm9-12a7 7 0 10-12 4.9S7 14 7 15v1a1 1 0 001 1h4a1 1 0 001-1v-1c0-1 2-3.1 2-3.1A7 7 0 0017 7z\"/></svg>"); } .popups-icon--close::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"m4.34 2.93 12.73 12.73-1.41 1.41L2.93 4.35z\"/><path d=\"M17.07 4.34 4.34 17.07l-1.41-1.41L15.66 2.93z\"/></svg>"); } .popups-icon--reference-generic::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"m15 10-2.78-2.78L9.44 10V1H5a2 2 0 00-2 2v14a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2z\"/></svg>"); } .popups-icon--reference-book::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M15 2a7.65 7.65 0 00-5 2 7.65 7.65 0 00-5-2H1v15h4a7.65 7.65 0 015 2 7.65 7.65 0 015-2h4V2zm2.5 13.5H14a4.38 4.38 0 00-3 1V5s1-1.5 4-1.5h2.5z\"/><path d=\"M9 3.5h2v1H9z\"/></svg>"); } .popups-icon--reference-journal::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M2 18.5A1.5 1.5 0 003.5 20H5V0H3.5A1.5 1.5 0 002 1.5zM6 0v20h10a2 2 0 002-2V2a2 2 0 00-2-2zm7 8H8V7h5zm3-2H8V5h8z\"/></svg>"); } .popups-icon--reference-news::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M5 2a2 2 0 00-2 2v12a1 1 0 01-1-1V5h-.5A1.5 1.5 0 000 6.5v10A1.5 1.5 0 001.5 18H18a2 2 0 002-2V4a2 2 0 00-2-2zm1 2h11v4H6zm0 6h6v1H6zm0 2h6v1H6zm0 2h6v1H6zm7-4h4v5h-4z\"/></svg>"); } .popups-icon--reference-web::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M2 2a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V4a2 2 0 00-2-2zm2 1.5A1.5 1.5 0 112.5 5 1.5 1.5 0 014 3.5zM18 16H2V8h16z\"/></svg>"); } .popups-icon--preview-disambiguation::after { --mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"%23202122\"><path d=\"M7 0a2 2 0 00-2 2h9a2 2 0 012 2v12a2 2 0 002-2V2a2 2 0 00-2-2z\"/><path d=\"M13 20a2 2 0 002-2V5a2 2 0 00-2-2H4a2 2 0 00-2 2v13a2 2 0 002 2zM9 5h4v5H9zM4 5h4v1H4zm0 2h4v1H4zm0 2h4v1H4zm0 2h9v1H4zm0 2h9v1H4zm0 2h9v1H4z\"/></svg>"); } /*********************** * End Extension:Popups * ************************/ /********************* * Mobile adjustments * **********************/ /* Responsive Special:UserRights */ #mw-userrights-table-outer input#wpReason { width:100%; max-width:33.5em; } @media screen and (max-width:720px) { :root { --wiki-content-right-margin: 0px; --wiki-content-padding:0.5rem; --wiki-navigation-right-margin: 1px; --wiki-navigation-left-margin: 0px; --wiki-navigation-top-padding: 5px; --wiki-navigation-bottom-padding:0px; --wiki-navigation-height:2rem; --wiki-navigation-search-height:2.15rem; --wiki-navigation-search-margin:0.5rem; --wiki-logo-height: 80px; --wiki-logo-width: 100%; --wiki-logo-margin: 10px; --wiki-head-height: calc(var(--wiki-logo-height) + (var(--wiki-logo-margin) * 2) + var(--wiki-navigation-height) + var(--wiki-navigation-top-padding) + var(--wiki-navigation-bottom-padding)); --wiki-head-icon-padding: 0.25rem; --wiki-head-icon-size: calc(var(--wiki-navigation-height) - var(--wiki-head-icon-padding) * 2); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-menu-margin: 0.2rem; --wiki-menu-top-offset: calc(var(--wiki-head-height) + var( --wikigg-header-height ) + var(--wiki-navigation-bottom-padding) + var(--wiki-navigation-search-margin)); --wiki-sidebar-portal-spacing:0px; } #mw-page-base, #mw-head-base { height:var(--wiki-head-height); } #mw-page-base { padding-top: var( --wikigg-header-height ); } #mw-head-base { margin-top:calc(var(--wiki-head-height) * -1); } #p-logo, #p-logo a { height: var(--wiki-logo-height); width: var(--wiki-logo-width); } #p-logo { position:absolute; background:none; padding:0; left:0; margin:var(--wiki-logo-margin) 0; transform:none; top:calc(var(--wikigg-header-height)); } .mw-wiki-logo { background-size:contain; } #mw-head { left:0; width:100%; top:calc(var(--wiki-head-height) + var( --wikigg-header-height ) - var(--wiki-navigation-height)); } #left-navigation, #right-navigation { margin-top: 0; height:var(--wiki-navigation-height); } #right-navigation { margin-right: var(--wiki-navigation-right-margin); } div#left-navigation { margin-left: var(--wiki-navigation-left-margin); } div#right-navigation div#p-search { margin-right: 0; } .vector-menu-tabs-legacy, .vector-menu-dropdown { height:var(--wiki-navigation-height); } .vector-menu-tabs-legacy li a { height:var(--wiki-navigation-height); } #p-cactions { padding-bottom: 0px; } #p-search { position: absolute; left: 50%; transform:translateX(-50%); top: calc(var(--wiki-navigation-height) + var(--wiki-navigation-bottom-padding)); margin-left:0px; z-index: 4 /** above #mw-panel **/; } #simpleSearch { width: calc(100vw - var(--wiki-navigation-right-margin) - var(--wiki-navigation-left-margin)); } .vector-search-box-input { height:var(--wiki-navigation-search-height); } .vector-search-box form { margin:var(--wiki-navigation-search-margin) 0px; } .mw-body, .mw-footer { border-left-width: 0; border-right-width: 0; } .mw-body { margin-top: 0; padding-top:calc(var(--wiki-content-padding) + var(--wiki-navigation-search-height) + var(--wiki-navigation-bottom-padding) + (var(--wiki-navigation-search-margin) * 2)); } #mw-data-after-content { margin-left:0; } #mw-panel { position: unset; width:100%; margin: 0px auto; padding: 0; top: 0; background-position:bottom right, top center; background-size:100% 0.5em, 100% 100%; float:unset; } .vector-menu-dropdown .vector-menu-content { right: 0; left: unset; } #mw-panel .vector-menu-portal { box-sizing:border-box; border-left-width:0; border-right-width:0; background-color: var(--wiki-sidebar-background-color); } table.wikitable, table.responsive-table { display: block; overflow-x: auto; border: 0; } .mw-installed-software { word-break: unset; } .gallerybox, .gallerybox > div, .gallerybox .thumb { max-width:100%; } /* disable float on RecentChanges legend */ .mw-changeslist-legend { float: none; margin: 0 auto; } /* advanced search options */ #mw-searchoptions table { float: none; } #mw-searchoptions table td { display: block; } /* popup when clicking the download button in multimediaviewer */ .mw-mmv-dialog { width: unset; } /* turn math elements into scroll blocks unless they're an immediate child of a span */ :not(span) > math.mwe-math-element { overflow: auto hidden; max-width: 100%; } /* Expandable mobile navigation panel */ body.has-vector-mobile-menu #mw-panel { position: absolute; top: var(--wiki-menu-top-offset); z-index: 3; } body.has-vector-mobile-menu #mw-panel .mobile-nav-toggle { position: relative; cursor: pointer; z-index: 5; display: block; appearance: none; border: 1px solid var(--wiki-content-border-color); margin-left: var(--wiki-navigation-search-margin); margin-bottom: 2px; background-color: var(--wiki-content-background-color--secondary); } body.has-vector-mobile-menu #mw-panel .vector-menu-portal { display: none; } body.has-vector-mobile-menu #mw-panel .mobile-nav-toggle.nav--expanded ~ .vector-menu-portal { display: block; } body.has-vector-mobile-menu #mw-navigation #mw-panel .vector-menu-portal { text-align: left; font-size: 110%; border-left-width: var(--wiki-sidebar-border-width, 1px); border-right-width: var(--wiki-sidebar-border-width, 1px); margin-inline: calc(var(--wiki-navigation-left-margin) + var(--wiki-menu-margin)); } body.has-vector-mobile-menu #mw-navigation #mw-panel .vector-menu-portal + .vector-menu-portal { border-top-width: 0; } body.has-vector-mobile-menu #mw-navigation #mw-panel .vector-menu-portal:not(:last-child) { border-bottom-width: 0; } body.has-vector-mobile-menu #mw-panel .vector-menu-content-list { display: flex; flex-wrap: wrap; } body.has-vector-mobile-menu #mw-panel .vector-menu-content-list a { display: block; padding: 0.2rem 0.5rem; border: 1px solid transparent; } body.has-vector-mobile-menu #mw-panel .vector-menu-content-list a:hover { border-color: var(--wiki-content-link-color); } body.has-vector-mobile-menu #mw-panel a.feedlink { padding-left: 16px; } body.has-vector-mobile-menu #mw-panel #p-navigation-label { display: block; } body.has-vector-mobile-menu #p-logo { /* Logo's a part of the sidebar panel, which uses relative positioning for the expandable button. Offset the logo appropriately. */ top: calc( -1 * var( --wiki-menu-top-offset ) + var( --wikigg-header-height ) ); } .mobile-nav-toggle { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M1 3v2h18V3zm0 8h18V9H1zm0 6h18v-2H1z'/%3E%3C/svg%3E%0A"); } body.has-vector-mobile-menu #p-tb .mw-list-item > a { display: inline-flex; } body.has-vector-mobile-menu #p-tb .vector-menu-content-list { flex-direction: row; } /* Search adjustments for the expandable menu */ body.has-vector-mobile-menu #p-search { /* reposition to the right when mobile sidebar menu is active */ left: calc(var(--wiki-navigation-search-margin) * 3 + var(--wiki-head-icon-size) + var(--wiki-head-icon-padding)); right: calc(var(--wiki-navigation-right-margin) + var(--wiki-navigation-search-margin)); transform: none; } body.has-vector-mobile-menu #simpleSearch { width: 100%; margin: 0 auto; } /* icon navbar tabs + expandable nav panel icon */ #mw-head { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='24' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none' stroke='none'/%3E%3Cpath d='M4 4l4 16l4 -14l4 14l4 -16'/%3E%3C/svg%3E"); } #mw-head .vector-menu-tabs .mw-list-item a, #mw-head .vector-menu-dropdown .vector-menu-heading, #mw-panel .mobile-nav-toggle { line-height:var(--wiki-head-icon-size); width: var(--wiki-head-icon-size); /* same as line height */ height: var(--wiki-head-icon-size); box-sizing: content-box; padding: var(--wiki-head-icon-padding); color: transparent; /**<< for watch/unwatch, the text of <a> will be plain 'watch'/'unwatch' without <span> after clicking. **/ } #mw-head .vector-menu-tabs .mw-list-item a::before, #mw-head .vector-menu-dropdown .vector-menu-heading::before, #mw-panel .mobile-nav-toggle::before { content: ""; display: block; position: unset; background-image: none; width: var(--wiki-head-icon-size); height: var(--wiki-head-icon-size); margin: 0; --mask: var(--icon) no-repeat; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-position: center center; mask-position: center center; background-color: var(--wiki-navigation-text-color); } #mw-head .vector-menu-tabs .mw-list-item a:hover::before, #mw-head .vector-menu-dropdown .vector-menu-heading:hover::before, #mw-panel .mobile-nav-toggle:hover::before, #mw-panel .mobile-nav-toggle.nav--expanded::before { background-color: var(--wiki-navigation-text-color--hover); } #mw-head .vector-menu-tabs .mw-list-item.selected a::before { background-color: var(--wiki-navigation-selected-text-color); } #mw-head .vector-menu-tabs .mw-list-item a span, #mw-head .vector-menu-dropdown .vector-menu-heading span { display: none; } #mw-head .vector-menu-dropdown .vector-menu-heading::after { display: none; } #ca-ve-edit, #ca-edit { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='m16.77 8 1.94-2a1 1 0 0 0 0-1.41l-3.34-3.3a1 1 0 0 0-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z'/%3E%3C/svg%3E%0A"); } #ca-ve-edit + #ca-edit { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3C!----%3E%3Cg%3E%3Cpath d='M1 3v14h3v-2H3V5h1V3zm4 0v14h4v-2H7V5h2V3zm11 0v2h1v10h-1v2h3V3zm-5 0v2h2v10h-2v2h4V3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); } #ca-view, #ca-view-foreign { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10 14.5a4.5 4.5 0 1 1 4.5-4.5 4.5 4.5 0 0 1-4.5 4.5M10 3C3 3 0 10 0 10s3 7 10 7 10-7 10-7-3-7-10-7'/%3E%3Ccircle cx='10' cy='10' r='2.5'/%3E%3C/svg%3E"); } #left-navigation li[id^=ca-nstab-] { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E article %3C/title%3E%3Cpath d='M5 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 3h5v1H5zm0 2h5v1H5zm0 2h5v1H5zm10 7H5v-1h10zm0-2H5v-1h10zm0-2H5v-1h10zm0-2h-4V4h4z'/%3E%3C/svg%3E%0A"); } #ca-history { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M9 6v5h.06l2.48 2.47 1.41-1.41L11 10.11V6z'/%3E%3Cpath d='M10 1a9 9 0 0 0-7.85 13.35L.5 16H6v-5.5l-2.38 2.38A7 7 0 1 1 10 17v2a9 9 0 0 0 0-18'/%3E%3C/svg%3E%0A"); } #ca-talk { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Outlined' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Fill'%3E%3Cpath d='M26,12H24V6a3,3,0,0,0-3-3H6A3,3,0,0,0,3,6V24.41l5.12-5.12A1.05,1.05,0,0,1,8.83,19H12v3a3,3,0,0,0,3,3h8.17a1.05,1.05,0,0,1,.71.29L29,30.41V15A3,3,0,0,0,26,12ZM12,15v2H8.83a3,3,0,0,0-2.12.88L5,19.59V6A1,1,0,0,1,6,5H21a1,1,0,0,1,1,1v6H15A3,3,0,0,0,12,15ZM27,25.59l-1.71-1.71A3,3,0,0,0,23.17,23H15a1,1,0,0,1-1-1V15a1,1,0,0,1,1-1H26a1,1,0,0,1,1,1Z'/%3E%3C/g%3E%3C/svg%3E"); } #t-contributions { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' id='Stock_cut' version='1.1' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc/%3E%3Cpath d='M27,12V5h-7v0 c0-2.209-1.791-4-4-4h0c-2.209,0-4,1.791-4,4v0H1v7h0c2.209,0,4,1.791,4,4v0c0,2.209-1.791,4-4,4h0v11h11v0c0-2.209,1.791-4,4-4h0 c2.209,0,4,1.791,4,4v0h7V20h0c2.209,0,4-1.791,4-4v0C31,13.791,29.209,12,27,12L27,12z' fill='none' stroke='%23000000' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E"); } #ca-addsection { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Outlined' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Fill'%3E%3Cpolygon points='29 15 17 15 17 3 15 3 15 15 3 15 3 17 15 17 15 28 17 28 17 17 29 17 29 15'/%3E%3C/g%3E%3C/svg%3E"); } #ca-viewsource { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='heroicon-ui' d='M20.59 12l-3.3-3.3a1 1 0 1 1 1.42-1.4l4 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-1.42-1.4l3.3-3.3zM3.4 12l3.3 3.3a1 1 0 0 1-1.42 1.4l-4-4a1 1 0 0 1 0-1.4l4-4a1 1 0 0 1 1.42 1.4L3.4 12zm7.56 8.24a1 1 0 0 1-1.94-.48l4-16a1 1 0 1 1 1.94.48l-4 16z'/%3E%3C/svg%3E"); } #p-variants { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Outlined' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Fill'%3E%3Cpath d='M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,13a24.28,24.28,0,0,0-.41-3.62c2.19.91,3.75,2.19,4.25,3.62Zm-2,0H17V10a20.9,20.9,0,0,1,4.34.63A20.26,20.26,0,0,1,22,15ZM17,8V4.19c1.43.5,2.71,2.06,3.62,4.25A24.28,24.28,0,0,0,17,8ZM15,4.19V8a24.28,24.28,0,0,0-3.62.41C12.29,6.25,13.57,4.69,15,4.19ZM15,10v5H10a20.26,20.26,0,0,1,.63-4.34A20.9,20.9,0,0,1,15,10ZM8,15H4.19c.5-1.43,2.06-2.71,4.25-3.62A24.28,24.28,0,0,0,8,15Zm0,2a24.28,24.28,0,0,0,.41,3.62C6.25,19.71,4.69,18.43,4.19,17Zm2,0h5v5a20.9,20.9,0,0,1-4.34-.63A20.26,20.26,0,0,1,10,17Zm5,7v3.84c-1.43-.5-2.71-2.06-3.62-4.25A24.28,24.28,0,0,0,15,24Zm2,3.84V24a24.28,24.28,0,0,0,3.62-.41C19.71,25.75,18.43,27.31,17,27.81ZM17,22V17h5a20.26,20.26,0,0,1-.63,4.34A20.9,20.9,0,0,1,17,22Zm7-5h3.84c-.5,1.43-2.06,2.71-4.25,3.62A24.28,24.28,0,0,0,24,17Zm2.87-6.12A15.11,15.11,0,0,0,23,9a15.11,15.11,0,0,0-1.85-3.87A12.12,12.12,0,0,1,26.84,10.88Zm-16-5.72A15.11,15.11,0,0,0,9,9a15.11,15.11,0,0,0-3.87,1.85A12.12,12.12,0,0,1,10.88,5.16Zm-5.72,16A15.11,15.11,0,0,0,9,23a15.11,15.11,0,0,0,1.85,3.87A12.12,12.12,0,0,1,5.16,21.12Zm16,5.72A15.11,15.11,0,0,0,23,23a15.11,15.11,0,0,0,3.87-1.85A12.12,12.12,0,0,1,21.12,26.84Z'/%3E%3C/g%3E%3C/svg%3E"); } #p-cactions { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='3' cy='10' r='2'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3C/svg%3E%0A"); } #ca-watch { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M20 7h-7L10 .5 7 7H0l5.46 5.47-1.64 7 6.18-3.7 6.18 3.73-1.63-7zm-10 6.9-3.76 2.27 1-4.28L3.5 8.5h4.61L10 4.6l1.9 3.9h4.6l-3.73 3.4 1 4.28z'/%3E%3C/svg%3E%0A"); } #ca-unwatch { --icon: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' id='Outlined'%3E%3Cg style='fill:%23000000;fill-opacity:1' id='Fill'%3E%3Cpath style='fill:%23000000;fill-opacity:1' id='path1380' d='M 28.61,11.67 H 20 L 17.34,3.47 C 16.920093,2.1973942 15.119907,2.1973942 14.7,3.47 L 12,11.67 H 3.39 c -1.3409796,0.0031 -1.900508,1.71581 -0.82,2.51 l 7,5.07 -2.68,8.21 C 6.5980433,28.35747 7.2662365,29.278767 8.21,29.28 8.4953889,29.267666 8.7705436,29.170143 9,29 l 7,-5.07 7,5.07 c 0.236205,0.170386 0.518805,0.264586 0.81,0.27 0.943763,-0.0012 1.611957,-0.92253 1.32,-1.82 l -2.66,-8.21 7,-5.07 c 1.075277,-0.810084 0.486081,-2.522863 -0.86,-2.5 z' /%3E%3C/g%3E%3C/svg%3E"); } .vector-menu-tabs #ca-watch.icon a:hover::before, .vector-menu-tabs #ca-unwatch.icon a:hover::before { background-image:none; } /* RecentChanges - prevent overflow on long summaries */ .client-js .mw-changeslist ul, .client-js .mw-changeslist table.mw-enhanced-rc { margin-left:0; } .mw-changeslist-line-inner-comment, .mw-changeslist-line .comment { font-size:0.9em; } .mw-userlink { overflow-wrap:anywhere; } } /* Hide the expandable navigation button for desktop users */ .mobile-nav-toggle { display: none; } /************* * End mobile * **************/ /* All local skin customizations should go below this line */ 682a49c492dc6ae3d354cad5db01f9a28c7eb3be Template:!! 10 51 52 2025-03-25T22:53:28Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki ||<noinclude>{{documentation}}</noinclude> 02fb31115eef5c15d6612ac334bf5a5d83155c0a Template:!!/doc 10 52 53 2025-03-25T22:53:29Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:!( 10 53 54 2025-03-25T22:53:30Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [<noinclude> {{documentation}}</noinclude> 1b058774deae9a7e511a0486a04647d6a3b9af62 Template:!(( 10 54 55 2025-03-25T22:53:31Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[<noinclude> {{documentation}}</noinclude> a331374acf15177afbb3ffc0ec7bd5ada14c582e Template:!((/doc 10 55 56 2025-03-25T22:53:32Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:!(/doc 10 56 57 2025-03-25T22:53:33Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:!) 10 57 58 2025-03-25T22:53:34Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki |}<noinclude>{{documentation}}</noinclude> b2debea163716e114d1ea46e65a63d7a1ae84bc0 Template:!)/doc 10 58 59 2025-03-25T22:53:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:!- 10 59 60 2025-03-25T22:53:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki |-<noinclude>{{documentation}}</noinclude> 636f9e440c24f4a3fe28b49cebd1808c3de8a814 Template:!-! 10 60 61 2025-03-25T22:53:36Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki |-|<noinclude>{{documentation}}</noinclude> c634369c1e88b95ebe6a6d827cb32dc1e9c61fec Template:!-!/doc 10 61 62 2025-03-25T22:53:37Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:!-/doc 10 62 63 2025-03-25T22:53:38Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:( 10 63 64 2025-03-25T22:53:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {<noinclude> {{documentation}}</noinclude> 490a0c9c85eff213addd7272fe40f8627a637c75 Template:(! 10 64 65 2025-03-25T22:53:40Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {|<noinclude>{{documentation}}</noinclude> 86e51fe1f06ae532410029eb39fa936d68880bc8 Template:(!/doc 10 65 66 2025-03-25T22:53:41Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:(( 10 66 67 2025-03-25T22:53:42Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{<noinclude>{{documentation}}</noinclude> a506ba66cf7c806baae7faecb221b3a946721f6a Template:((( 10 67 68 2025-03-25T22:53:42Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{{<noinclude> {{documentation}}</noinclude> fa33084b57c1f33c82290de279827b973ab2fba8 Template:(((/doc 10 68 69 2025-03-25T22:53:43Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:((/doc 10 69 70 2025-03-25T22:53:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {| class="wikitable" style="text-align:center" |- ! scope="col" style="width:7.0em;" | {{no wrap|Template call}}<br>{{normal|('''m''' for magic word)}} ! scope="col" style="width:5.75em;" | {{no wrap|Output}}&nbsp;{{normal|(delayed interpretation as wikimarkup)}} ! scope="col" style="width:9.0em;" | {{no wrap|HTML alternative}} {{normal|(never interpreted as wikimarkup)}} ! Why you might want to use this |- style="vertical-align:top" | <code><nowiki>{{!}}</nowiki></code> '''(m)''' | <nowiki>|</nowiki> | &amp;#124; or {{tl|pipe}} | Displaying pipe characters inside of a parser function |- style="vertical-align:top" | <code><nowiki>{{=}}</nowiki></code> '''(m)''' | <nowiki>=</nowiki> | &amp;#61; | Displaying equal signs inside of unnamed parameters (e.g. <code><nowiki>{{MyTemplate|1+1=2}}</nowiki></code> will assign <code>2</code> to <code><nowiki>{{{1+1|}}}</nowiki></code>; <code><nowiki>{{MyTemplate|1+1{{=}}2}}</nowiki></code> will do what you want) |- style="vertical-align:top" | {{tlx|!!}} | <nowiki>||</nowiki> | &amp;#124;&amp;#124; | Displaying a break between two table cells inside of a parser function |- style="vertical-align:top" | {{tlx|!(}} | {{!(}} | &amp;#91; | Displaying a bracket inside of an external link |- style="vertical-align:top" | {{tlx|)!}} | {{)!}} | &amp;#93; | Displaying a bracket inside of an external link |- style="vertical-align:top" | {{tlx|!((}} | {{!((}} | &amp;#91;&amp;#91; | Displaying a bracket inside of a link |- style="vertical-align:top" | {{tlx|))!}} | {{))!}} | &amp;#93;&amp;#93; | Displaying a bracket inside of a link |- style="vertical-align:top" | {{tlx|(}} | {{(}} | &amp;#123; | Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter |- style="vertical-align:top" | {{tlx|)}} | {{)}} | &amp;#125; | Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter |- style="vertical-align:top" | {{tlx|((}} | {{((}} | &amp;#123;&amp;#123; | Displaying open braces for a template without actually transcluding that template |- style="vertical-align:top" | {{tlx|))}} | {{))}} | &amp;#125;&amp;#125; | Displaying closed braces for a template without actually transcluding that template |- style="vertical-align:top" | {{tlx|(((}} | {{(((}} | &amp;#123;&amp;#123;&amp;#123; | Displaying a template parameter's open curly braces without actually using that variable |- style="vertical-align:top" | {{tlx|)))}} | {{)))}} | &amp;#125;&amp;#125;&amp;#125; | Displaying a template parameter's closed curly braces without actually using that variable |- style="vertical-align:top" | {{tlx|(!}} | <nowiki>{|</nowiki> | &amp;#123;&amp;#124; | Starting a table inside of a parser function |- style="vertical-align:top" | {{tlx|!-}} | <nowiki>|-</nowiki> | &amp;#124;&amp;#45; | Starting a new table row inside of a parser function |- style="vertical-align:top" | {{tlx|!)}} | <nowiki>|}</nowiki> | &amp;#124;&amp;#125; | Closing a table inside of a parser function |}<includeonly> [[Category:Formatting templates]] </includeonly><noinclude>[[Category:Template documentation]]</noinclude> 9e1eb11bc0644d97b4cc9bc4445c3f0bacdd339d Template:(/doc 10 70 71 2025-03-25T22:53:45Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:) 10 71 72 2025-03-25T22:53:46Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki }<noinclude> {{documentation}}</noinclude> 3bf19eb36f7371f1b4b61b8efbba67dfb0e8cfd4 Template:)! 10 72 73 2025-03-25T22:53:47Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki ]<noinclude> {{documentation}}</noinclude> 016897dfd1af3b146bed2b47e7aa58c0bbf6f23d Template:)!/doc 10 73 74 2025-03-25T22:53:48Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:)) 10 74 75 2025-03-25T22:53:49Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki }}<noinclude> {{documentation}} </noinclude> 85ca77d4d6ff71d8e6396ebd798f87fa7f45dc02 Template:))! 10 75 76 2025-03-25T22:53:50Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki ]]<noinclude> {{documentation}}</noinclude> 3d84066ce45d0c1fca0bb04608a4e73c6ea54324 Template:))!/doc 10 76 77 2025-03-25T22:53:51Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:))) 10 77 78 2025-03-25T22:53:52Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki }}}<noinclude> {{documentation}}</noinclude> 585d94f6fe636b77087dc0d06bfbe6cb69b29987 Template:)))/doc 10 78 79 2025-03-25T22:53:53Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:))/doc 10 79 80 2025-03-25T22:53:54Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:)/doc 10 80 81 2025-03-25T22:53:55Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:* 10 81 82 2025-03-25T22:53:55Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki &nbsp;&bull;&nbsp;<noinclude> {{doc}} [[Category:Formatting templates]] </noinclude> 81a7f0051da7b8f4a0548d91c5eb429a974fac91 Template:*/doc 10 82 83 2025-03-25T22:53:56Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This is the '''bullet''' template; it looks like this: [&nbsp;&bull;&nbsp;] It works similarly to the HTML markup sequence: [<code>'''&amp;nbsp;&amp;bull;&amp;nbsp;'''</code>], that is, a non-breaking space, a bullet and a non-breaking space. This template is used when you want a larger bullet than a bold middot ['''&middot;'''], but something smaller than an en dash [&ndash;]. <noinclude>[[Category:Template documentation]]</noinclude> ea04fe63a10dc333ed9c48bfc397debb11682f1e Template:- 10 83 84 2025-03-25T22:53:57Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Clear]] 1a2aa4a9ba7478e54a2b21cbce68887ea297ea86 Template:Ambox 10 84 85 2025-03-25T22:53:58Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><div class="ambox {{{class|}}} {{#ifeq:{{lc:{{{tiny|}}}}}|yes|tiny}}"<!-- --> style="{{#if:{{{color|}}}|--ambox-color: {{{color|}}};<!-- /if -->}}"><!-- --><div class="ambox-icon metadata <!-- the metadata class stops it from showing in MediaViewer -->">[[File:{{{icon|Ambox banner content.svg}}}{{!}}{{#ifeq:{{lc:{{{tiny|}}}}}|yes|48x20px|48x48px}}|alt=|link=]]</div><!-- --><div class="ambox-content"><!-- start ambox content -->{{#if: {{{title|}}} | <p class="ambox-title">{{{title}}}</p> }}<!-- --><p class="ambox-text">{{{message|No text provided.}}}{{#if: {{{date|}}} |<nowiki> </nowiki>(Message added: {{{date}}}) }}</p><!-- --></div><!-- end ambox content --></div><!-- end ambox --></includeonly><noinclude> {{doc}} [[Category:Notice templates]]</noinclude> 8aaad422c212cbd451862c241845af0d62eddbd5 Template:Ambox/doc 10 85 86 2025-03-25T22:53:59Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{#ifeq:{{ROOTPAGENAME}}|Ambox|"Ambox" is an abbreviation for '''A'''rticle '''m'''essage '''box'''. You can use amboxes in articles to indicate something important about the current page, often in the header.| This '''message template''' is an [[Template:Ambox|article message box]], or '''ambox'''. The documentation below discusses how to use each ambox provided by the wiki. }} == Premade amboxes == === Problem notice amboxes === These amboxes are used temporarily to notify other editors and visitors about a problem with an article. These amboxes support the following parameters: * <code>|tiny=</code>: If set to <code>yes</code>, the box will have less padding and the icon will be much smaller than default. * <code>|class=</code>: Any additional CSS classes to add to the ambox container element. * <code>|date=</code>: The date the ambox was added to the page. * <code>|nocat=</code>: If set to <code>yes</code>, no category will be added to the page. Use this only when creating documentation. '''Note:''' Premade amboxes need the base {{tl|Ambox}} template to work. {| class="wikitable" ! Code !! Result |- | {{tl|Cleanup}} || {{Cleanup|nocat=yes}} |- | {{tl|Delete}} || {{Delete|nocat=yes}} |- | {{tl|Merge|Example}} || {{Merge|Template:Ambox{{!}}Example|nocat=yes}} |- | {{tl|Move|Example}} || {{Move|Template:Ambox{{!}}Example|nocat=yes}} |- | {{tl|Split|Example}}<br/>{{tl|Split|Example 1|Example 2|Example 3}} || {{Split|Template:Ambox{{!}}Example|nocat=yes}} {{Split|Template:Ambox{{!}}Example 1|Template:Ambox{{!}}Example 2|Template:Ambox{{!}}Example 3|nocat=yes}} |- | {{tl|Stub}} || {{Stub|nocat=yes}} |- |} === Informational amboxes === These amboxes are intended as permanent fixtures to a page, to notify visitors about some piece of information relevant to the page. These amboxes support the following parameters in addition to any listed: * <code>|tiny=</code>: If set to <code>yes</code>, the box will have less padding and the icon will be much smaller than default. * <code>|class=</code>: Any additional CSS classes to add to the ambox container element. {| class="wikitable" ! Code !! Additional parameters !! Result |- | {{tl|Spoiler warning}} || || {{Spoiler warning|nocat=yes}} |- | {{tl|No direct use}} || || {{No direct use|nocat=yes}} |- | {{tl|Uses Lua}} || <code><nowiki>|1=</nowiki></code>, a comma-separated list of modules used || {{Uses Lua|nocat=yes}} |} === Optional parameters === You can use optional parameters to further customize a premade ambox. The example below is using <code>tiny=yes</code> and <code>date=01/01/2021</code>. {{Cleanup|tiny=yes|date=01/01/2021|nocat=yes}} == Creating a custom ambox == You can create additional ambox templates as needed using the following parameters: <pre> {{Ambox | color = The left border color. | icon = The icon image to be displayed. | title = The optional title. | message = The explanation text displayed. | tiny = If you want the tiny version of the ambox, fill the parameter with "yes". | date = An optional date of creation for the message. | class = An optional CSS class for the ambox. }} </pre> == Dependencies == For this template to work properly, you need the following: * <code>.ambox</code> and any related classes, found in [[MediaWiki:Common.css]]. <includeonly>[[Category:Notice templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> d4fda481c06177d59ff39364bf17e15d7f1adfbc Template:Anchor 10 86 87 2025-03-25T22:54:00Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><span id="{{{1}}}"></span><!-- --></includeonly><!-- --><noinclude>{{doc}} [[Category:Navigation templates]]</noinclude> 08ccba46722925866447768d344bf540b0b55e79 Template:Anchor/doc 10 87 88 2025-03-25T22:54:01Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki == Summary == This template can be used to insert an invisible anchor (reference points) into a page that can later be used by internal wiki links. == Usage == To create a custom anchor, use <code><nowiki>{{Anchor|Anchor Name}}</nowiki></code> anywhere in the page. For example, if you create the anchor <code><nowiki>{{Anchor|Example Anchor}}</nowiki></code> in the page <code><nowiki>[[Example]]</nowiki></code>, you can access it through the internal link <code><nowiki>[[Example#Example Anchor]]</nowiki></code>. Remember that you can create a [[support:Redirect|redirect]] to this template so that you can call it more easily, such as with <code><nowiki>{{a|Anchor Name}}</nowiki></code>. <noinclude>[[Category:Template documentation]]</noinclude> 4b0ddb50416a354db262e62617d9b45056f4d526 Template:Character icon 10 88 89 2025-03-25T22:54:02Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Link icon|{{{1|}}}|{{{2|}}}|type=Character}}</includeonly><noinclude>{{documentation}}[[Category:Formatting templates]]</noinclude> 24bad84fd5dea93cab210dfd592fda86af09eb87 Template:Character icon/doc 10 89 90 2025-03-25T22:54:03Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki == Summary == <templatedata> { "params": { "1": { "aliases": [ "page" ], "label": "Page Name", "description": "The name for the target page.", "example": "Page Name", "type": "wiki-page-name", "required": true }, "2": { "aliases": [ "label" ], "label": "Link Label", "description": "The text to the be displayed on the link icon's label.", "example": "Alternative Page Name", "type": "line" } }, "description": "Use this template to display an icon next to a page link.\n\nThis template assumes that each page has an icon uploaded at a specific location, namely \"File:Page Name (Character).png\".", "format": "inline" } </templatedata> == Examples == For the examples below, <code><nowiki>File:Invisible Boy (Character).png</nowiki></code> was used as the icon for a page called <code>Invisible Boy</code>. {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Character icon|Invisible Boy}}</nowiki></code> || {{Character icon|Invisible Boy}} |- | <code><nowiki>{{Character icon|Invisible Boy|The Invisible Boy}}</nowiki></code> || {{Character icon|Invisible Boy|The Invisible Boy}} |- | <code><nowiki>{{Character icon|Invisible Boy|notext}}</nowiki></code> || {{Character icon|Invisible Boy|notext}} |- | <code><nowiki>{{Character icon|Missing Boy}}</nowiki></code> (Missing Page Icon) || {{Character icon|Missing Boy}} |} == Dependencies== For this template to work properly, you need the following: * The base {{tl|Link icon}} template. * The <code>.link-icon</code> class and any related classes, found in [[MediaWiki:Common.css]]. 0999a706143c16f5ed970816e7825239cfce9547 Template:Cleanup 10 90 91 2025-03-25T22:54:04Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = gold | icon = Cleanup.svg | message = This page does not meet '''{{SITENAME}}'''<nowiki/>'s page quality standards. You can [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit it] to help fix grammar, formatting, or code issues. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Pages in need of improvement]]}}</includeonly><!-- --><noinclude>{{Cleanup|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> 9c9fb940d733227f74a7ce12720d22f569bd4d3e Template:Cleanup/doc 10 91 92 2025-03-25T22:54:05Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Clear 10 92 93 2025-03-25T22:54:06Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <div style="clear:{{{1|both}}};" class={{{class|}}}></div><noinclude> {{documentation}} </noinclude> 5b24b9fd5cc166a8c486e2422d5df465206ed39c Template:Clear/doc 10 93 94 2025-03-25T22:54:07Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template allows you to [https://developer.mozilla.org/en-US/docs/Web/CSS/clear clear] the left side, the right side, or both by adding <code>&lt;div style="clear:left/right/both;"&gt;&lt;/div&gt;</code> ==Usage== {{tlx|Clear}}: Makes content wait until existing content is completed in all columns. Often used to stop text from flowing next to unrelated images. An optional <code>class</code> parameter can additionally be given for custom functionality. To clear the left, simply put {{tlx|Clear|left}}. To clear the right, put {{tlx|Clear|right}}. To clear both sides, put {{tlx|Clear}}. This template can also be called with {{tlx|-}} for short. <templatedata> { "params": { "1": { "label": "Direction", "description": "Which direction to clear", "type": "string", "default": "both", "suggestedvalues": [ "left", "right", "both" ] }, "class": { "label": "Class", "description": "A class to give to the clear", "type": "string" } }, "description": "Clears the left, right, or both.", "format": "inline" } </templatedata> <noinclude> [[Category:Template documentation]] </noinclude> 30e700cb1ba6902a86860319bd230680193d3b04 Template:Color 10 94 95 2025-03-25T22:54:08Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><span class="color">{{{1}}}&nbsp;<span class="color__splotch" style="background-color: {{{1}}};" title="{{{1}}}"></span></span>[[Category:Pages with colors]]</includeonly><noinclude> {{doc}} [[Category:Formatting templates]] </noinclude> 8d576236ad82770d3c04720d4ac105edcb835874 Template:Color/doc 10 95 96 2025-03-25T22:54:09Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template creates a small color splotch with a given background color next to a plaintext color code. This is useful for previewing colors. ==Usage== {{tlx|color|<color>}} Where <code><color></code> is any valid [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value CSS color]. ==Examples== <pre> My favorite color is {{color|darkgreen}} I think the current {{color|#6d8afb}} of links should be changed to a {{color|#6df4fb}} RGB is cool too, you can do {{color|rgb(128,255,128)}}, or even transparency with {{color|rgba(128,255,128,0.5)}}. </pre> Produces: My favorite color is {{color|darkgreen}} I think the current {{color|#6d8afb}} of links should be changed to a {{color|#6df4fb}} RGB is cool too, you can do {{color|rgb(128,255,128)}}, or even transparency with {{color|rgba(128,255,128,0.5)}}. <noinclude>[[Category:Template documentation]]</noinclude> cb66b177cf785e1b3f60e28e36852b253e4b3d82 Template:Ct 10 96 97 2025-03-25T22:54:10Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <code><nowiki>[</nowiki>[[Special:CargoTables/{{{1}}}|{{{1}}}]]<nowiki>]</nowiki>{{#if:{{{2|}}}|.{{{2}}}}}</code><noinclude> [[Category:Formatting templates]]</noinclude> d868545d4d3eeb1545e963d063199a68abba7836 Template:Delete 10 97 98 2025-03-25T22:54:11Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = grey | icon = Delete.svg | title = Candidate for Deletion | message = This page lacks relevance for '''{{SITENAME}}''' and is a candidate for '''deletion'''. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Candidates for deletion]]}}</includeonly><!-- --><noinclude>{{Delete|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> 6c827de94518d7f5f1635b13425be0d0fb4078da Template:Delete/doc 10 98 99 2025-03-25T22:54:12Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Disambig 10 99 100 2025-03-25T22:54:13Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Disambiguation]] f220bcb889e0ce686a839d64ec6c4359b0e8bfb7 Template:Disambiguation 10 100 101 2025-03-25T22:54:14Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:topic|<!-- start vd -->{{#if:{{{topic|}}} | {{{topic}}} | {{PAGENAME}} }}<!-- end if -->}}<!-- end vd -->{{#vardefine:disambig|<!-- start vd -->{{#if:{{{1|}}}<!-- start custom disambig if -->|{{{1}}}<!-- start label if -->{{#if:{{{2|}}} | {{!}}{{{2}}} }}<!-- end label if -->|{{#var:topic}} (disambiguation)<!-- else; use regular disambig -->}}<!-- end custom disambig if -->}}<!-- end vd -->{{Hatnote|<!-- -->This page is about '''{{#var:topic}}'''. For other uses, see [[{{#var:disambig}}]].<!-- -->|icon=Disambig.svg<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Hatnote templates]]</noinclude> c4c62e7a1876492eb970ea182cf4ac0bcad97913 Template:Disambiguation/doc 10 101 102 2025-03-25T22:54:15Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <templatedata> { "params": { "1": { "label": "Disambiguation Page", "description": "A custom disambiguation page name.", "example": "Disambiguation Page", "type": "wiki-page-name" }, "2": { "label": "Link Label", "description": "A label for the custom disambiguation page.", "example": "Alternative Page Name", "type": "line" }, "topic": { "label": "Custom Topic", "description": "In case {{PAGENAME}} does not describe the topic, this can be used to display a custom topic", "example": "a custom topic", "default": "{{PAGENAME}}", "type": "line" } }, "description": "This hatnote template is meant to be used at the top of an article to indicate the existence of a disambiguation page.", "paramOrder": [ "1", "2", "topic" ], "format": "inline" } </templatedata> == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Disambiguation}}</nowiki></code> || {{Disambiguation|topic=Example}} |- | <code><nowiki>{{Disambiguation|Special:Random|topic=Example}}</nowiki></code> || {{Disambiguation|Special:Random|topic=Example}} |- | <code><nowiki>{{Disambiguation|Special:Random|Page Label|topic=this particular topic}}</nowiki></code> || {{Disambiguation|Special:Random|Page Label|topic=this particular topic}} |} == Dependencies == For this template to work properly, you need the following: * The {{tl|Hatnote}} base template. * The <code>.hatnote</code> class, found in [[MediaWiki:Common.css]]. == Source == Roughly based on [[wikipedia:Template:About|Wikipedia's About Template]]. <noinclude>[[Category:Template documentation]]</noinclude> 5fce9c689120c57454571ff0e60a2cd447df5713 Template:Discord 10 102 103 2025-03-25T22:54:16Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#if:{{{1|{{{id|}}}}}}|<!-- -->{{#ifeq: {{lc:{{{full|}}}<!-- -->}} | yes<!-- display the full widget: -->|<div class="DiscordIntegrator" style="width: {{#or:{{{width|}}}|100%}}; height: {{#or:{{{height|}}}|300px}}" data-id="{{{1|{{{id}}}}}}" data-logged-in="{{{loggedIn}}}" data-theme="{{{theme|}}}" data-width="100%" data-height="100%"><!-- -->If you see this, your JavaScript might be disabled or DiscordIntegrator plugin isn't working. If the latter, please contact a wiki administrator.</div><!-- display only the small widget: -->|<div id="discord-compact-widget" data-id="{{{1|{{{id}}}}}}"></div><!-- -->}}<!-- case: id is not supplied -->|<strong class="error">DiscordIntegrator error: ID of the server isn't supplied.</strong> For instructions on how to find a Discord server ID, see [https://support.discord.com/hc/articles/206346498 this Discord Help Center article]<!-- -->}}</includeonly><!-- -->[[Category:Pages with Discord embeds]]<noinclude>{{Documentation}} [[Category:Templates]]</noinclude> 7d39c3a9d1b4eb8e95becaf418c16ec30cb9c077 Template:Discord/doc 10 103 104 2025-03-25T22:54:17Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template allows you to either use [[support:DiscordCompact|DiscordCompact]] or [[support:DiscordWidget|DiscordWidget]] to display information about a certain Discord server. == Usage == In order to be able to show a Discord server widget on your wiki, first go to your Discord server and do the following: * Open the <code>Server Settings</code>, then go to the <code>Widget</code> section. * Enable the Widget. * Copy the <code>Server ID</code>. Then, do the following depending on the type of widget you want to use (compact or full). === Compact Widget (Default) === {{main|support:DiscordCompact{{!}}DiscordCompact}} The compact widget is the default one. To use it, simply add the template with the server ID either as the '''first''' parameter or as the <code>id</code> parameter: * <code><nowiki>{{Discord|serverID}}</nowiki></code> * <code><nowiki>{{Discord|id=serverID}}</nowiki></code> === Full Widget === {{main|support:DiscordWidget{{!}}DiscordWidget}} To use the full version of the Discord widget, you have to specify <code>full=yes</code> as one of the template parameters, with the ID either as the '''first''' parameter or as the <code>id</code> parameter: * <code><nowiki>{{Discord|serverID|full=yes}}</nowiki></code> * <code><nowiki>{{Discord|full=yes|id=serverID}}</nowiki></code> You can further customize the widget with the <code>width</code>, <code>height</code> and other parameters. See the Examples section and the full documentation for DiscordWidget on the [[support:DiscordWidget|Support Wiki]]. == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Discord|951501892553424917}}</nowiki></code><br/><code><nowiki>{{Discord|id=951501892553424917}}</nowiki></code> || {{Discord|951501892553424917}} |- | <code><nowiki>{{Discord|951501892553424917}|full=yes}</nowiki></code> || {{Discord|951501892553424917|full=yes}} |- | <pre><nowiki>{{Discord|full=yes |id = 951501892553424917 |width = 300px |height = 500px }}</nowiki></pre> || {{Discord|full=yes|id=951501892553424917|width=300px|height=500px}} |} == Dependencies == * As stated before, both Compact and Widget require the given Discord server to have Widgets enabled in its Server Settings. * DiscordCompact requires [[support:DiscordCompact#MediaWiki:DiscordCompact.js-0|DiscordCompact.js]] code, present in [[MediaWiki:Common.js]]. * DiscordWidget requires [[dev:DiscordIntegrator.js|DiscordIntegrator.js]] code, present in [[MediaWiki:Common.js]]. == TemplateData == <templatedata> { "params": { "1": { "aliases": [ "id" ], "label": "Server ID", "description": "The Discord server's ID.", "example": "951501892553424917", "type": "line", "required": true }, "full": { "label": "Use Full Widget", "example": "yes", "type": "boolean", "description": "Do you want to use the full widget?" }, "width": { "label": "Width (Full Widget only)", "description": "A custom width for the full widget.", "example": "300px", "type": "line" }, "height": { "label": "Height (Full Widget only)", "description": "A custom height for the full widget.", "example": "500px", "type": "line" } }, "description": "This template allows you to either use DiscordCompact or DiscordWidget extensions to display information about a certain Discord server.", "paramOrder": [ "1", "full", "width", "height" ], "format": "block" } </templatedata> 641236c3823c42440e97734170310cd9877aa84e Template:Distinguish 10 104 105 2025-03-25T22:54:18Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:text|<!-- start vd -->{{#if:{{{text|}}} | {{{text}}} |<!-- start top if -->{{#if:{{{2|}}}<!-- if more than one page -->|[[{{{1}}}]]{{#if:{{{3|}}}<!-- start concat if -->|, [[{{{2}}}]] or [[{{{3}}}]]<!-- concat two -->|<nowiki> </nowiki>or [[{{{2}}}]]<!-- else; concat one -->}}<!-- end concat if -->|[[{{{1}}}]]<!-- else; one page only -->}}<!-- end custom disambig if -->}}<!-- end if -->}}<!-- end vd -->{{Hatnote|<!-- -->Not to be confused with {{#var:text}}.<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Hatnote templates]]</noinclude> 67ae5406ffd29bec56cfe7ad6527bb09a9733496 Template:Distinguish/doc 10 105 106 2025-03-25T22:54:19Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <templatedata> { "params": { "1": { "label": "Alternative", "description": "The alternative page.", "example": "Alternative Page", "type": "wiki-page-name", "suggested": true }, "2": { "label": "Second Alternative", "description": "A second alternative page.", "example": "Second Alternative Page", "type": "wiki-page-name" }, "3": { "label": "Third Alternative", "description": "A third alternative page.", "example": "Third Alternative Page", "type": "wiki-page-name" }, "text": { "label": "Alternative Text", "description": "Instead of using pages, you can provide a full alternative text. This parameter overrides other provided parameters.", "example": "the alternative page, [[Alternative Page]]", "type": "line" } }, "description": "This hatnote template is meant to be used to indicate possible alternatives to what the reader wants to find.", "paramOrder": [ "1", "2", "3", "text" ], "format": "inline" } </templatedata> == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Distinguish|Special:Uncategorizedpages}}</nowiki></code> || {{Distinguish|Special:Uncategorizedpages}} |- | <code><nowiki>{{Distinguish|Special:Uncategorizedpages|Special:Uncategorizedfiles}}</nowiki></code> || {{Distinguish|Special:Uncategorizedpages|Special:Uncategorizedfiles}} |- | <code><nowiki>{{Distinguish|Special:Uncategorizedpages|Special:Uncategorizedfiles|Special:Uncategorizedcategories}}</nowiki></code> || {{Distinguish|Special:Uncategorizedpages|Special:Uncategorizedfiles|Special:Uncategorizedcategories}} |- | <code><nowiki>{{Distinguish|Special:Uncategorizedpages{{!}}Page 1}}</nowiki></code> (Custom link label) || {{Distinguish|Special:Uncategorizedpages{{!}}Page 1}} |- | <code><nowiki>{{Distinguish|text = Page 1, another name for [[Special:Uncategorizedpages]]}}</nowiki></code> || {{Distinguish|text = Page 1, another name for [[Special:Uncategorizedpages]]}} |} == Dependencies == For this template to work properly, you need the following: * The {{tl|Hatnote}} base template. * The <code>.hatnote</code> class, found in [[MediaWiki:Common.css]]. == Source == Roughly based on [[wikipedia:Template:Distinguish|Wikipedia's Distinguish Template]]. <noinclude>[[Category:Template documentation]]</noinclude> 2a06ed576ae6479add20834628f9378c657cb4fb Template:Doc 10 106 107 2025-03-25T22:54:20Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Documentation]] 041222999c2c4765a4663432058f50686fb65f40 Template:Documentation 10 107 108 2025-03-25T22:54:21Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><div class="documentation"><!-- --><div class="documentation-header"><!-- -->[[File:Template-{{#ifexist:{{#vardefineecho:docpage|{{{1|Template:{{#replace:{{{1|{{PAGENAME}}/doc}}}|Template:|}}}}}<!-- end vde -->}}|{{#if:{{{baddoc|}}}|bad}}|no}}info.svg|50px|link=]] <!-- --><span style="font-weight: bold; font-size: 125%; margin-right: 10px;">Documentation</span> <!-- -->{{#ifeq:{{SUBPAGENAME}}|doc|<!--nothing-->|<!-- -->{{#ifexist:{{#var:docpage}}|<!-- --><span style="font-size: 90%; font-style: italic;"><!-- -->[{{fullurl:{{#var:docpage}}|action=edit}} Edit] this documentation at [{{fullurl:{{#var:docpage}}|redirect=no}} {{FULLPAGENAMEE:{{#var:docpage}}}}].<!-- --></span><!-- -->}}<!-- -->}}<!-- --><div style="text-align: right; margin-left: 5px;"><!-- -->([{{fullurl:{{FULLPAGENAMEE}}/doc|action=edit}} edit] • [{{fullurl:{{FULLPAGENAMEE}}/doc|action=history}} history] • [{{fullurl:{{FULLPAGENAMEE}}|action=purge}} purge])<!-- --></div><!-- --></div><!-- <!-- leave line break here --> {{#if:{{{lua|}}}|{{UsesLua|{{{lua}}} }} }} <!-- documentation text/error box begins here --> <div style="border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: 0.5em auto 1em; padding: 0.8em 1.2em; background: var(--wiki-content-background-color--secondary);"> <!-- -->{{#ifexist:{{#var:docpage}}|<!-- If there is documentation --> {{ {{#var:docpage}} }} <!-- Else -->|<!-- -->No documentation subpage exists yet for this template. [{{fullurl:{{FULLPAGENAMEE:Template:{{{1|{{PAGENAME}}}}}}}/doc|action=edit&preload=Template:Documentation/preload}} Create one now].<!-- -->[[Category:Templates with no documentation]]<!-- -->}}<!-- leave line break here --> <!-- documentation text/error box ends here --> </div> <!-- -->{{#ifeq:{{SUBPAGENAME}}|doc|<!-- -->{{#ifeq:{{BASEPAGENAME}}|Doc|<!--nothing-->|<!-- only if page is not Template:Documentation -->This is the documentation page, it should be transcluded into the main template page. See {{tlx|doc}} for more information. <!-- -->[[Category:Template documentation]]<!-- -->}}<!-- -->}}<!-- --></div><!-- --></includeonly><!-- --><noinclude>{{Documentation}} [[Category:Documentation templates| ]] </noinclude> c4c3117e700d89854599fb352f60792ed2165be0 Template:Documentation/doc 10 108 109 2025-03-25T22:54:22Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Use {{tl|documentation}} inside of the <code><nowiki><noinclude></noinclude></nowiki></code> section on your template. Then create your template at the <code>/doc</code> subpage of your template. <noinclude>[[Category:Template documentation]]</noinclude> 055b0481a1967951c59f15a09b92767c90baa8dd Template:Example character infobox/doc 10 110 111 2025-03-25T22:54:23Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This is an example character infobox using the [[support:DRUID infoboxes|DRUID infoboxes]] framework. You can edit it, rename it, or delete it as desired. == Modify this template == To see how DRUID works, please '''edit this page'''! It has several comments explaining the different parts of how to make an infobox. == Copyable code for use on other content pages == If you want to create pages using this infobox, you can use the snippet below. Please understand, this code is for CONTENT PAGES ONLY!! It does not have anything to do with changing what the template supports. <syntaxhighlight lang="wikitext" style="overflow: auto;"> {{Example character infobox |title= |image= |Region= |Element= |Attack= |HP= |Armor= |Attack Speed= }} </syntaxhighlight><noinclude>[[Category:Template documentation]]</noinclude> f822e1098d3a677ff70368340a4b264c5f69cd6a Template:Extension DPL 10 111 112 2025-03-25T22:54:24Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <noinclude>This page was automatically created. It serves as an anchor page for all '''[[Special:WhatLinksHere/Template:Extension_DPL|invocations]]''' of [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:DynamicPageList3 Extension:DynamicPageList3].</noinclude> 087ffd4625ae7b1fea3436ec3f929e82ee739d29 Template:Flag 10 112 113 2025-03-25T22:54:25Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><span class="country-flag" title="{{{2|}}}">{{#if: {{{1|}}} | [[File:Flag {{{1|}}}.svg|x20px|link=]] | }}</span><!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Formatting templates]]</noinclude> 9802f61bee0e36120c835608ccee85e72384341b Template:Flag/doc 10 113 114 2025-03-25T22:54:26Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This formatting template allows you to display country flags inline. Available country flags can be seen in [[dev:Category:Country_flags|our Commons Wiki]]. == Usage == The template can be used with the following formatting: <code><nowiki>{{flag|code|Legend}}</nowiki></code>, where: * <code>code</code> is the [[wikipedia:ISO 3166-1 alpha-2|ISO 3166-1 alpha-2]] code for the country flag. * <code>Legend</code> is the legend displayed on hover (optional). == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{flag|ca|Canada}}</nowiki></code> || {{flag|ca|Canada}} |} <noinclude>[[Category:Template documentation]]</noinclude> 1fb455be1ffbed259dd27df18dd447e605746ed4 Template:For 10 114 115 2025-03-25T22:54:27Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:text|<!-- start vd -->{{#if:{{{3|}}}<!-- if more than one page -->|[[{{{2}}}]]{{#if:{{{4|}}}<!-- start concat if -->|, [[{{{3}}}]] and [[{{{4}}}]]<!-- concat two -->|<nowiki> </nowiki>and [[{{{3}}}]]<!-- else; concat one -->}}<!-- end concat if -->|[[{{{2}}}]]<!-- else; one page only -->}}<!-- end if -->}}<!-- end vd -->{{Hatnote|<!-- -->For {{{1}}}, see {{#var:text}}.<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Hatnote templates]]</noinclude> 1899e48855153617f7c0bf3087b781bc80f0395c Template:For/doc 10 115 116 2025-03-25T22:54:28Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <templatedata> { "params": { "1": { "label": "Topic", "description": "The topic the following pages are about.", "example": "more information", "type": "line", "required": true }, "2": { "label": "Related Page", "description": "A related page.", "example": "Related Page", "type": "wiki-page-name", "required": true }, "3": { "label": "Second Page", "description": "A second related page.", "example": "Second Related Page", "type": "wiki-page-name" }, "4": { "label": "Third Page", "description": "A third related page.", "example": "Third Related Page", "type": "wiki-page-name" } }, "description": "This hatnote template is meant to be used to show pages related to a topic the reader might want to visit.", "paramOrder": [ "1", "2", "3", "4" ], "format": "inline" } </templatedata> == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{For|more information|Special:WantedPages}}</nowiki></code> || {{For|more information|Special:WantedPages}} |- | <code><nowiki>{{For|more information|Special:WantedPages|Special:UncategorizedPages}}</nowiki></code> || {{For|more information|Special:WantedPages|Special:UncategorizedPages}} |- | <code><nowiki>{{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}}</nowiki></code> || {{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} |- | <code><nowiki>{{For|more information|Special:WantedPages{{!}}Page 1}}</nowiki></code> (Custom link label) || {{For|more information|Special:WantedPages{{!}}Page 1}} |} == Dependencies == For this template to work properly, you need the following: * The {{tl|Hatnote}} base template. * The <code>.hatnote</code> class, found in [[MediaWiki:Common.css]]. == Source == Roughly based on [[wikipedia:Template:For|Wikipedia's For Template]]. <noinclude>[[Category:Template documentation]]</noinclude> b2a30a9bf8acff259d5e86654a2de69c2d5e4fff Template:From Wikipedia 10 116 117 2025-03-25T22:54:29Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = darkblue | icon = Wikipedia.svg | title= This code is adapted from [[wikipedia:Main Page|Wikipedia]]. | message = For the original code, see the following pages: {{#arraymap:{{{1|}}}|,|%s|[[wikipedia:%s|%s]]}} | tiny = {{{tiny|}}} | class = {{{class|}}} }}</includeonly><noinclude>{{doc}}</noinclude> 0bb256ef5acc38fb0cfbdacc22e75aab89bd6e2c Template:Gad 10 117 118 2025-03-25T22:54:30Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <code>Gadget-[[MediaWiki:Gadget-{{{1}}}|{{{1}}}]]</code><noinclude>[[Category:Formatting templates]]</noinclude> dd027468a6022472506b1fc2973d6299ec01e854 Template:Hatnote 10 118 119 2025-03-25T22:54:31Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->[[Category:Pages with hatnotes]]<!-- --><div class="hatnote {{#if:{{{icon|}}}|icon}}">{{#if:{{{icon|}}}|[[File:{{{icon}}}|x22px]]<nowiki> </nowiki>}}{{{1|}}}</div><!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Hatnote templates| ]]</noinclude> c239246055fdd6c2f4aa85033ba3e93b9baa4733 Template:Hatnote/doc 10 119 120 2025-03-25T22:54:32Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{No direct use}} == List of hatnote templates == * {{tl|Disambiguation}} * {{tl|Distinguish}} * {{tl|For}} * {{tl|Main}} == Dependencies == For this template to work properly, you need the following: * The <code>.hatnote</code> class, found in [[MediaWiki:Common.css]]. * The <code>--wiki-content-border-color--secondary</code> CSS variable, defined in [[MediaWiki:Common.css]]. <noinclude>[[Category:Template documentation]]</noinclude> 464f2f866befaf4cfa47f68ab0ad4f170c13463d Template:I 10 120 121 2025-03-25T22:54:33Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Link icon]] 6ebdedb4de95efaa3e6ca27590e79aca674f2364 Template:Item icon 10 121 122 2025-03-25T22:54:34Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Link icon|{{{1|}}}|{{{2|}}}|type=Item}}</includeonly><noinclude>{{documentation}}[[Category:Formatting templates]]</noinclude> 6564279e3808e659b8034ad4b96f4f9e9e498b57 Template:Item icon/doc 10 122 123 2025-03-25T22:54:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki == Summary == <templatedata> { "params": { "1": { "aliases": [ "page" ], "label": "Page Name", "description": "The name for the target page.", "example": "Page Name", "type": "wiki-page-name", "required": true }, "2": { "aliases": [ "label" ], "label": "Link Label", "description": "The text to the be displayed on the link icon's label.", "example": "Alternative Page Name", "type": "line" } }, "description": "Use this template to display an icon next to a page link.\n\nThis template assumes that each page has an icon uploaded at a specific location, namely \"File:Page Name (Item).png\".", "format": "inline" } </templatedata> == Examples == For the examples below, <code><nowiki>File:Mystic Feather (Item).png</nowiki></code> was used as the icon for a page called <code>Mystic Feather</code>. {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Item icon|Mystic Feather}}</nowiki></code> || {{Item icon|Mystic Feather}} |- | <code><nowiki>{{Item icon|Mystic Feather|Mystic Feathers}}</nowiki></code> || {{Item icon|Mystic Feather|Mystic Feathers}} |- | <code><nowiki>{{Item icon|Mystic Feather|notext}}</nowiki></code> || {{Item icon|Mystic Feather|notext}} |- | <code><nowiki>{{Item icon|Missing Item}}</nowiki></code> (Missing Page Icon) || {{Item icon|Missing Item}} |} == Dependencies== For this template to work properly, you need the following: * The base {{tl|Link icon}} template. * The <code>.link-icon</code> class and any related classes, found in [[MediaWiki:Common.css]]. 4dfcab6f3d3c88596068607685645f29666f0141 Template:Iter 10 123 124 2025-03-25T22:54:36Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#vardefine:varname|ITER_INDEX_{{#if:{{{1|}}}|{{{1}}}|default}}<!-- end vardefine -->}}<!-- main logic -->{{#vardefineecho:{{#var:varname}}| {{#expr: {{#ifeq:{{lc:{{{reset|}}}<!-- end lc -->}} |yes |0 |{{#var:{{#var:varname}}|0}} <!-- end ifeq -->}} + {{#if:{{{get|}}}|0|1}} <!-- end expr -->}} <!-- end vde -->}}</includeonly><noinclude>{{documentation}} [[Category:Templates]]</noinclude> c37a3625d58a115a140f129da248ec1c9f6cb55e Template:Iter/doc 10 124 125 2025-03-25T22:54:37Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template helps you create indexed columns in tables (particularly [[support:Cargo|Cargo]] queries) and to retrieve iterator values when using the parser function <code><nowiki>{{#arraymaptemplate</nowiki></code> (bundled with Extension:ParserPower on wiki.gg). == Simple counting == <pre> * {{iter|}} * {{iter|}} * {{iter|}} * {{iter|}} </pre> * {{iter|}} * {{iter|}} * {{iter|}} * {{iter|}} == Reset the counter == <pre> * {{iter|reset=yes}} * {{iter|}} * {{iter|reset=yes}} * {{iter|}} </pre> * {{iter|reset=yes}} * {{iter|}} * {{iter|reset=yes}} * {{iter|}} == Multiple counters == <pre> * {{iter|key1}} * {{iter|key2}} * {{iter|key2}} * {{iter|key1}} </pre> * {{iter|key1}} * {{iter|key2}} * {{iter|key2}} * {{iter|key1}} == Get value without incrementing == <pre> * {{iter|reset=yes}} * {{iter|}} * {{iter|}} * {{iter|get=yes}} </pre> * {{iter|reset=yes}} * {{iter|}} * {{iter|}} * {{iter|get=yes}} <noinclude> [[Category:Template documentation]] </noinclude> 20b5a53a6457493d2a2a9774b803511678a65760 Template:Key 10 125 126 2025-03-25T22:54:37Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:platform | {{#if: {{{2|}}} | {{#switch: {{lc:{{{1|}}}}} <!-- Desktop --> |mouse |keyboard=keyboard <!-- Mobile --> |gesture=gesture <!-- Microsoft --> |xboxseries |xbox=Xbox |xbox one |xbone |xbox1 |xboxone=xboxone |xbox 360 |xb360 |xbox360 |360=360 <!-- Sony --> |ps |ps5 |playstation |ds |dualsense=DualSense |playstation 4 |ps4=PS4 |playstation 3 |ps3=ps3 <!-- Nintendo --> |ns |switch=Switch |wii=wii }} | undefined }} }}<!-- -->{{#vardefine:key | {{#if: {{{2|}}} | {{ucfirst:{{{2}}}}} | {{ucfirst:{{{1}}}}} }} }}<!-- -->{{#vardefine:img | {{#if: {{{2|}}} | [[File:{{#var:platform}} {{#var:key}}.png|x25px|link=]] }} | Undefined }}<!-- --><span class="key">{{#var:img}}</span><!-- --></includeonly><!-- --><noinclude>{{doc}}</noinclude> 45576cb62a8104687b5b7ac26b042283c80ecae6 Template:Key/doc 10 126 127 2025-03-25T22:54:38Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <tabber> |-|Desktop={{:Template:Key/doc/Keyboard}} |-|Mobile={{:Template:Key/doc/Gesture}} |-|Xbox={{:Template:Key/doc/Xbox}} |-|DualSense={{:Template:Key/doc/DualSense}} |-|PlayStation 4={{:Template:Key/doc/PS4}} |-|Nintendo Switch={{:Template:Key/doc/Nintendo Switch}} </tabber> <noinclude>[[Category:Key template documentation]]</noinclude> 19eb9be1ca2c7112f63dd11c58d3888327dcca75 Template:Key/doc/DualSense 10 127 128 2025-03-25T22:54:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Images source: [[dev:Category:DualSense input images]] === Buttons === <code><nowiki>{{Key|PS|Directional}}</nowiki></code> {{Key|PS|Directional}} <code><nowiki>{{Key|PS|Directional Left}}</nowiki></code> {{Key|PS|Directional Left}} <code><nowiki>{{Key|PS|Directional Right}}</nowiki></code> {{Key|PS|Directional Right}} <code><nowiki>{{Key|PS|Directional Up}}</nowiki></code> {{Key|PS|Directional Up}} <code><nowiki>{{Key|PS|Directional Down}}</nowiki></code> {{Key|PS|Directional Down}} <code><nowiki>{{Key|PS|Left Stick}}</nowiki></code> {{Key|PS|Left Stick}} <code><nowiki>{{Key|PS|Right Stick}}</nowiki></code> {{Key|PS|Right Stick}} <code><nowiki>{{Key|PS|Touch Pad}}</nowiki></code> {{Key|PS|Touch Pad}} <code><nowiki>{{Key|PS|Circle}}</nowiki></code> {{Key|PS|Circle}} <code><nowiki>{{Key|PS|Cross}}</nowiki></code> {{Key|PS|Cross}} <code><nowiki>{{Key|PS|Square}}</nowiki></code> {{Key|PS|Square}} <code><nowiki>{{Key|PS|Triangle}}</nowiki></code> {{Key|PS|Triangle}} <code><nowiki>{{Key|PS|Create}}</nowiki></code> {{Key|PS|Create}} <code><nowiki>{{Key|PS|Options}}</nowiki></code> {{Key|PS|Options}} <code><nowiki>{{Key|PS|L1}}</nowiki></code> {{Key|PS|L1}} <code><nowiki>{{Key|PS|R1}}</nowiki></code> {{Key|PS|R1}} <code><nowiki>{{Key|PS|L2}}</nowiki></code> {{Key|PS|L2}} <code><nowiki>{{Key|PS|R2}}</nowiki></code> {{Key|PS|R2}} <code><nowiki>{{Key|PS|L3}}</nowiki></code> {{Key|PS|L3}} <code><nowiki>{{Key|PS|R3}}</nowiki></code> {{Key|PS|R3}} <code><nowiki>{{Key|PS|Mute}}</nowiki></code> {{Key|PS|Mute}} <code><nowiki>{{Key|PS|PS}}</nowiki></code> {{Key|PS|PS}} === Diagram === <code><nowiki>{{Key|PS|Controller Diagram}}</nowiki></code> {{Key|PS|Controller Diagram}} <noinclude>[[Category:Key template documentation]]</noinclude> 84fa5123f9494d3572fef65e1aa63dd95ef476be Template:Key/doc/Gesture 10 128 129 2025-03-25T22:54:40Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Images source: [[dev:Category:Gesture input images]] === Fingers === <code><nowiki>{{key|gesture|Finger Front}}</nowiki></code> {{key|gesture|Finger Front}} <code><nowiki>{{key|gesture|Finger Side}}</nowiki></code> {{key|gesture|Finger Side}} === Tap & hold === <code><nowiki>{{key|gesture|Tap}}</nowiki></code> {{key|gesture|Tap}} <code><nowiki>{{key|gesture|Double Tap}}</nowiki></code> {{key|gesture|Double Tap}} <code><nowiki>{{key|gesture|Hold}}</nowiki></code> {{key|gesture|Hold}} === Swipe motions === <code><nowiki>{{key|gesture|Swipe Bottom Left}}</nowiki></code> {{key|gesture|Swipe Bottom Left}} <code><nowiki>{{key|gesture|Swipe Bottom Right}}</nowiki></code> {{key|gesture|Swipe Bottom Right}} <code><nowiki>{{key|gesture|Swipe Down}}</nowiki></code> {{key|gesture|Swipe Down}} <code><nowiki>{{key|gesture|Swipe Left}}</nowiki></code> {{key|gesture|Swipe Left}} <code><nowiki>{{key|gesture|Swipe Right}}</nowiki></code> {{key|gesture|Swipe Right}} <code><nowiki>{{key|gesture|Swipe Top Left}}</nowiki></code> {{key|gesture|Swipe Top Left}} <code><nowiki>{{key|gesture|Swipe Top Right}}</nowiki></code> {{key|gesture|Swipe Top Right}} <code><nowiki>{{key|gesture|Swipe Up}}</nowiki></code> {{key|gesture|Swipe Up}} === Zoom & scroll === <code><nowiki>{{key|gesture|Zoom In}}</nowiki></code> {{key|gesture|Zoom In}} <code><nowiki>{{key|gesture|Zoom Out}}</nowiki></code> {{key|gesture|Zoom Out}} <code><nowiki>{{key|gesture|Scroll Down}}</nowiki></code> {{key|gesture|Scroll Down}} <code><nowiki>{{key|gesture|Scroll Left}}</nowiki></code> {{key|gesture|Scroll Left}} <code><nowiki>{{key|gesture|Scroll Right}}</nowiki></code> {{key|gesture|Scroll Right}} <code><nowiki>{{key|gesture|Scroll Up}}</nowiki></code> {{key|gesture|Scroll Up}} === Circular motions === <code><nowiki>{{key|gesture|Double Rotate}</nowiki></code> {{key|gesture|Double Rotate}} <code><nowiki>{{key|gesture|Full Circle}}</nowiki></code> {{key|gesture|Full Circle}} <code><nowiki>{{key|gesture|Half Circle}}</nowiki></code> {{key|gesture|Half Circle}} <code><nowiki>{{key|gesture|Quarter Circle}}</nowiki></code> {{key|gesture|Quarter Circle}} __NOTOC__ <noinclude>[[Category:Key template documentation]]</noinclude> 0a595b125cc6dbd6ad531c1e989d1929eaf1c6e2 Template:Key/doc/Nintendo Switch 10 129 130 2025-03-25T22:54:42Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Images source: [[dev:Category:Nintendo Switch input images]] === Nintendo Switch === <code><nowiki>{{Key|Switch|a}}</nowiki></code> {{Key|Switch|a}} <code><nowiki>{{Key|Switch|b}}</nowiki></code> {{Key|Switch|b}} <code><nowiki>{{Key|Switch|x}}</nowiki></code> {{Key|Switch|x}} <code><nowiki>{{Key|Switch|y}}</nowiki></code> {{Key|Switch|y}} <code><nowiki>{{Key|Switch|Left Stick}}</nowiki></code> {{Key|Switch|Left Stick}} <code><nowiki>{{Key|Switch|Right Stick}}</nowiki></code> {{Key|Switch|Right Stick}} <code><nowiki>{{Key|Switch|Left Stick Press}}</nowiki></code> {{Key|Switch|Left Stick Press}} <code><nowiki>{{Key|Switch|Right Stick Press}}</nowiki></code> {{Key|Switch|Right Stick Press}} <code><nowiki>{{Key|Switch|-}}</nowiki></code> {{Key|Switch|-}} <code><nowiki>{{Key|Switch|+}}</nowiki></code> {{Key|Switch|+}} <code><nowiki>{{Key|Switch|Capture}}</nowiki></code> {{Key|Switch|Capture}} <code><nowiki>{{Key|Switch|HOME}}</nowiki></code> {{Key|Switch|HOME}} <code><nowiki>{{Key|Switch|L}}</nowiki></code> {{Key|Switch|L}} <code><nowiki>{{Key|Switch|R}}</nowiki></code> {{Key|Switch|R}} <code><nowiki>{{Key|Switch|ZL}}</nowiki></code> {{Key|Switch|ZL}} <code><nowiki>{{Key|Switch|ZR}}</nowiki></code> {{Key|Switch|ZR}} === Pro Controller === <code><nowiki>{{Key|Switch|Pro Control Pad}}</nowiki></code> {{Key|Switch|Pro Control Pad}} <code><nowiki>{{Key|Switch|Pro Control Pad Left}}</nowiki></code> {{Key|Switch|Pro Control Pad Left}} <code><nowiki>{{Key|Switch|Pro Control Pad Right}}</nowiki></code> {{Key|Switch|Pro Control Pad Right}} <code><nowiki>{{Key|Switch|Pro Control Pad Up}}</nowiki></code> {{Key|Switch|Pro Control Pad Up}} <code><nowiki>{{Key|Switch|Pro Control Pad Down}}</nowiki></code> {{Key|Switch|Pro Control Pad Down}} === Joy-Con === <code><nowiki>{{Key|Switch|Directional Left}}</nowiki></code> {{Key|Switch|Directional Left}} <code><nowiki>{{Key|Switch|Directional Right}}</nowiki></code> {{Key|Switch|Directional Right}} <code><nowiki>{{Key|Switch|Directional Up}}</nowiki></code> {{Key|Switch|Directional Up}} <code><nowiki>{{Key|Switch|Directional Down}}</nowiki></code> {{Key|Switch|Directional Down}} ==== Diagrams ==== <code><nowiki>{{Key|Switch|Joy-Con}}</nowiki></code> {{Key|Switch|Joy-Con}} <code><nowiki>{{Key|Switch|Joy-Con Separate}}</nowiki></code> {{Key|Switch|Joy-Con Separate}} <code><nowiki>{{Key|Switch|Joy-Con Left}}</nowiki></code> {{Key|Switch|Joy-Con Left}} <code><nowiki>{{Key|Switch|Joy-Con Right}}</nowiki></code> {{Key|Switch|Joy-Con Right}} __NOTOC__ <noinclude>[[Category:Key template documentation]]</noinclude> 34ef402e3bd539920ee4247d68882ecb53fc6eda Template:Key/doc/PS4 10 130 131 2025-03-25T22:54:43Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Images source: [[dev:Category:PS4 input images]] === D-pad & sticks === <code><nowiki>{{key|PS4|Dpad}}</nowiki></code> {{key|PS4|Dpad}} <code><nowiki>{{key|PS4|Left}}</nowiki></code> {{key|PS4|Left}} <code><nowiki>{{key|PS4|Right}}</nowiki></code> {{key|PS4|Right}} <code><nowiki>{{key|PS4|Up}}</nowiki></code> {{key|PS4|Up}} <code><nowiki>{{key|PS4|Down}}</nowiki></code> {{key|PS4|Down}} <code><nowiki>{{key|PS4|Left Stick}}</nowiki></code> {{key|PS4|Left Stick}} <code><nowiki>{{key|PS4|Right Stick}}</nowiki></code> {{key|PS4|Right Stick}} <code><nowiki>{{key|PS4|Touch Pad}}</nowiki></code> {{key|PS4|Touch Pad}} === Front buttons === <code><nowiki>{{key|PS4|Circle}}</nowiki></code> {{key|PS4|Circle}} <code><nowiki>{{key|PS4|Cross}}</nowiki></code> {{key|PS4|Cross}} <code><nowiki>{{key|PS4|Square}}</nowiki></code> {{key|PS4|Square}} <code><nowiki>{{key|PS4|Triangle}}</nowiki></code> {{key|PS4|Triangle}} <code><nowiki>{{key|PS4|Share}}</nowiki></code> {{key|PS4|Share}} <code><nowiki>{{key|PS4|Options}}</nowiki></code> {{key|PS4|Options}} === Rear buttons === <code><nowiki>{{key|PS4|L1}}</nowiki></code> {{key|PS4|L1}} <code><nowiki>{{key|PS4|R1}}</nowiki></code> {{key|PS4|R1}} <code><nowiki>{{key|PS4|L2}}</nowiki></code> {{key|PS4|L2}} <code><nowiki>{{key|PS4|R2}}</nowiki></code> {{key|PS4|R2}} <noinclude>[[Category:Key template documentation]]</noinclude> 1672e7f0dcd4db09545c96936cfbabcab681cfeb Template:Key/doc/Xbox 10 131 132 2025-03-25T22:54:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Images source: [[dev:Category:Xbox input images]] === Series & One === <code><nowiki>{{Key|Xbox|A}}</nowiki></code> {{Key|Xbox|A}} <code><nowiki>{{Key|Xbox|B}}</nowiki></code> {{Key|Xbox|B}} <code><nowiki>{{Key|Xbox|X}}</nowiki></code> {{Key|Xbox|X}} <code><nowiki>{{Key|Xbox|Y}}</nowiki></code> {{Key|Xbox|y}} <code><nowiki>{{Key|Xbox|Left Thumbstick}}</nowiki></code> {{Key|Xbox|Left Thumbstick}} <code><nowiki>{{Key|Xbox|Right Thumbstick}}</nowiki></code> {{Key|Xbox|Right Thumbstick}} <code><nowiki>{{Key|Xbox|Left Thumbstick Press}}</nowiki></code> {{Key|Xbox|Left Thumbstick Press}} <code><nowiki>{{Key|Xbox|Right Thumbstick Press}}</nowiki></code> {{Key|Xbox|Right Thumbstick Press}} <code><nowiki>{{Key|Xbox|LB}}</nowiki></code> {{Key|Xbox|LB}} <code><nowiki>{{Key|Xbox|RB}}</nowiki></code> {{Key|Xbox|RB}} <code><nowiki>{{Key|Xbox|View}}</nowiki></code> {{Key|Xbox|View}} <code><nowiki>{{Key|Xbox|Menu}}</nowiki></code> {{Key|Xbox|Menu}} <code><nowiki>{{Key|Xbox|Button}}</nowiki></code> {{Key|Xbox|Button}} === Xbox Series === <code><nowiki>{{Key|Xbox|D-pad}}</nowiki></code> {{Key|Xbox|D-pad}} <code><nowiki>{{Key|Xbox|D-pad Left}}</nowiki></code> {{Key|Xbox|D-pad Left}} <code><nowiki>{{Key|Xbox|D-pad Right}}</nowiki></code> {{Key|Xbox|D-pad Right}} <code><nowiki>{{Key|Xbox|D-pad Up}}</nowiki></code> {{Key|Xbox|D-pad Up}} <code><nowiki>{{Key|Xbox|D-pad Down}}</nowiki></code> {{Key|Xbox|D-pad Down}} <code><nowiki>{{Key|Xbox|LT}}</nowiki></code> {{Key|Xbox|LT}} <code><nowiki>{{Key|Xbox|RT}}</nowiki></code> {{Key|Xbox|RT}} <code><nowiki>{{Key|Xbox|Share}}</nowiki></code> {{Key|Xbox|Share}} ==== Diagram ==== <code><nowiki>{{Key|Xbox|Series Controller Diagram}}</nowiki></code> {{Key|Xbox|Series Controller Diagram}} === Xbox One === <code><nowiki>{{Key|Xbox|One D-pad}}</nowiki></code> {{Key|Xbox|D-pad}} <code><nowiki>{{Key|Xbox|One D-pad Left}}</nowiki></code> {{Key|Xbox|D-pad Left}} <code><nowiki>{{Key|Xbox|One D-pad Right}}</nowiki></code> {{Key|Xbox|D-pad Right}} <code><nowiki>{{Key|Xbox|One D-pad Up}}</nowiki></code> {{Key|Xbox|D-pad Up}} <code><nowiki>{{Key|Xbox|One D-pad Down}}</nowiki></code> {{Key|Xbox|D-pad Down}} <code><nowiki>{{Key|Xbox|One Left Trigger}}</nowiki></code> {{Key|Xbox|One Left Trigger}} <code><nowiki>{{Key|Xbox|One Right Trigger}}</nowiki></code> {{Key|Xbox|One Right Trigger}} ==== Diagram ==== <code><nowiki>{{Key|Xbox|One Controller Diagram}}</nowiki></code> {{Key|Xbox|One Controller Diagram}} __NOTOC__ <noinclude>[[Category:Key template documentation]]</noinclude> adce81e2e9eafcf930052a8993d3e5625665202e Template:License 10 132 133 2025-03-25T22:54:46Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/{{{1|nolicense}}}|source={{{source|}}}}}</includeonly><noinclude>{{documentation}}</noinclude> 4b84fc940507f8fccb9c60b7f70b5a800a62fe59 134 133 2025-03-25T22:54:46Z Mr Pie 5 2833 Protected "[[Template:License]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/{{{1|nolicense}}}|source={{{source|}}}}}</includeonly><noinclude>{{documentation}}</noinclude> 4b84fc940507f8fccb9c60b7f70b5a800a62fe59 Template:License/CC-BY 10 133 135 2025-03-25T22:54:47Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY | icon = [[File:CC-BY.svg|x50px|link=https://creativecommons.org/licenses/by/3.0/|CC-BY]] | text = This file is under the [https://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 49f4317b802ef04c92f4edc474581035768c252e 136 135 2025-03-25T22:54:47Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY | icon = [[File:CC-BY.svg|x50px|link=https://creativecommons.org/licenses/by/3.0/|CC-BY]] | text = This file is under the [https://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 49f4317b802ef04c92f4edc474581035768c252e Template:License/CC-BY-NC 10 134 137 2025-03-25T22:54:48Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC | icon = [[File:CC-BY-NC.svg|x50px|link=https://creativecommons.org/licenses/by-nc/3.0/|CC-BY-NC]] | text = This file is under the [https://creativecommons.org/licenses/by-nc/3.0/ Creative Commons Attribution-NonCommercial 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 535d8d725e53a0e8f94922ed597baed1353cec21 138 137 2025-03-25T22:54:48Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY-NC]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC | icon = [[File:CC-BY-NC.svg|x50px|link=https://creativecommons.org/licenses/by-nc/3.0/|CC-BY-NC]] | text = This file is under the [https://creativecommons.org/licenses/by-nc/3.0/ Creative Commons Attribution-NonCommercial 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 535d8d725e53a0e8f94922ed597baed1353cec21 Template:License/CC-BY-NC-ND 10 135 139 2025-03-25T22:54:49Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC-ND | icon = [[File:CC-BY-NC-ND.svg|x50px|link=https://creativecommons.org/licenses/by-nc-nd/3.0/|CC-BY-NC-ND]] | text = This file is under the [https://creativecommons.org/licenses/by-nc-nd/3.0/ Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC-ND}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 4ed8a6372d14a167dd9d26f1ae865b1593b76604 140 139 2025-03-25T22:54:50Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY-NC-ND]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC-ND | icon = [[File:CC-BY-NC-ND.svg|x50px|link=https://creativecommons.org/licenses/by-nc-nd/3.0/|CC-BY-NC-ND]] | text = This file is under the [https://creativecommons.org/licenses/by-nc-nd/3.0/ Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC-ND}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 4ed8a6372d14a167dd9d26f1ae865b1593b76604 Template:License/CC-BY-NC-SA 10 136 141 2025-03-25T22:54:51Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC-SA | icon = [[File:CC-BY-NC-SA.svg|x50px|link=https://creativecommons.org/licenses/by-nc-sa/3.0/|CC-BY-NC-SA]] | text = This file is under the [https://creativecommons.org/licenses/by-nc-sa/3.0/ Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC-SA}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 385fc8e61d98dd5ed6d4fa25b0eacf17cbca1218 142 141 2025-03-25T22:54:51Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY-NC-SA]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-NC-SA | icon = [[File:CC-BY-NC-SA.svg|x50px|link=https://creativecommons.org/licenses/by-nc-sa/3.0/|CC-BY-NC-SA]] | text = This file is under the [https://creativecommons.org/licenses/by-nc-sa/3.0/ Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-NC-SA}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 385fc8e61d98dd5ed6d4fa25b0eacf17cbca1218 Template:License/CC-BY-ND 10 137 143 2025-03-25T22:54:52Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-ND | icon = [[File:CC-BY-ND.svg|x50px|link=https://creativecommons.org/licenses/by-nd/3.0/|CC-BY-ND]] | text = This file is under the [https://creativecommons.org/licenses/by-nd/3.0/ Creative Commons Attribution-NoDerivs 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-ND}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> c77af748cb3aab2fce9bfd947149cb3e1ef0a3f0 144 143 2025-03-25T22:54:53Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY-ND]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-ND | icon = [[File:CC-BY-ND.svg|x50px|link=https://creativecommons.org/licenses/by-nd/3.0/|CC-BY-ND]] | text = This file is under the [https://creativecommons.org/licenses/by-nd/3.0/ Creative Commons Attribution-NoDerivs 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-ND}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> c77af748cb3aab2fce9bfd947149cb3e1ef0a3f0 Template:License/CC-BY-SA 10 138 145 2025-03-25T22:54:54Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-SA | icon = [[File:CC-BY-SA.svg|x50px|link=https://creativecommons.org/licenses/by-sa/3.0/|CC-BY-SA]] | text = This file is under the [https://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-SA}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 1e471ba76ef084e99bff87e9356d439d400f73de 146 145 2025-03-25T22:54:54Z Mr Pie 5 2833 Protected "[[Template:License/CC-BY-SA]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-BY-SA | icon = [[File:CC-BY-SA.svg|x50px|link=https://creativecommons.org/licenses/by-sa/3.0/|CC-BY-SA]] | text = This file is under the [https://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC-BY-SA}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 1e471ba76ef084e99bff87e9356d439d400f73de Template:License/CC-PD 10 139 147 2025-03-25T22:54:55Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-PD | icon = [[File:CC-PD.svg|x50px|link=|Public Domain]] | text = This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide. }}</includeonly><noinclude> This template currently looks like: {{License/CC-PD}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 23b76ae521833f5a34f0bf73426a53aad8fa9923 148 147 2025-03-25T22:54:55Z Mr Pie 5 2833 Protected "[[Template:License/CC-PD]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-PD | icon = [[File:CC-PD.svg|x50px|link=|Public Domain]] | text = This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide. }}</includeonly><noinclude> This template currently looks like: {{License/CC-PD}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 23b76ae521833f5a34f0bf73426a53aad8fa9923 Template:License/CC-SRR 10 140 149 2025-03-25T22:54:56Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-SRR | icon = [[File:CC-SRR.svg|link=|CC-Some Rights Reserved]] | text = This file is under the Creative Commons Some Rights Reserved License. }}</includeonly><noinclude> This template currently looks like: {{License/CC-SRR}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 1ce36d04e501144e6a089ff194fee2b82732e85a 150 149 2025-03-25T22:54:57Z Mr Pie 5 2833 Protected "[[Template:License/CC-SRR]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC-SRR | icon = [[File:CC-SRR.svg|link=|CC-Some Rights Reserved]] | text = This file is under the Creative Commons Some Rights Reserved License. }}</includeonly><noinclude> This template currently looks like: {{License/CC-SRR}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 1ce36d04e501144e6a089ff194fee2b82732e85a Template:License/CC0 10 141 151 2025-03-25T22:54:57Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC0 | icon = [[File:CC-0.svg|x50px|link=https://creativecommons.org/publicdomain/zero/1.0/|CC0]] | text = This file is under the [https://creativecommons.org/publicdomain/zero/1.0/ CC0 1.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC0}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> a6ae218b1382bcbe6f0e6e98ef272e4355dd7205 Template:License/CC0 10 141 152 151 2025-03-25T22:54:58Z Mr Pie 5 2833 Protected "[[Template:License/CC0]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = CC0 | icon = [[File:CC-0.svg|x50px|link=https://creativecommons.org/publicdomain/zero/1.0/|CC0]] | text = This file is under the [https://creativecommons.org/publicdomain/zero/1.0/ CC0 1.0 License]. }}</includeonly><noinclude> This template currently looks like: {{License/CC0}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> a6ae218b1382bcbe6f0e6e98ef272e4355dd7205 Template:License/Fairuse 10 142 153 2025-03-25T22:54:59Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:License/fairuse]] ecb7db41961bb5256d571593ca3f90ae1e199a3e Template:License/doc 10 143 154 2025-03-25T22:55:01Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template is to be used under a ''Licensing'' heading on file pages to denote the file's license. == Available licenses == === Game === * Usage: <nowiki>{{License|game}}</nowiki> {{License|game}} === Fairuse === * Usage: <nowiki>{{License|fairuse}}</nowiki> {{License|fairuse}} === CC0 === * Usage: <nowiki>{{License|CC0}}</nowiki> {{License|CC0}} === CC-BY-NC-ND === * Usage: <nowiki>{{License|CC-BY-NC-ND}}</nowiki> {{License|CC-BY-NC-ND}} === CC-BY-NC-SA === * Usage: <nowiki>{{License|CC-BY-NC-SA}}</nowiki> {{License|CC-BY-NC-SA}} === CC-BY-NC === * Usage: <nowiki>{{License|CC-BY-NC}}</nowiki> {{License|CC-BY-NC}} === CC-BY-ND === * Usage: <nowiki>{{License|CC-BY-ND}}</nowiki> {{License|CC-BY-ND}} === CC-BY-SA === * Usage: <nowiki>{{License|CC-BY-SA}}</nowiki> {{License|CC-BY-SA}} === CC-BY === * Usage: <nowiki>{{License|CC-BY}}</nowiki> {{License|CC-BY}} === CC-PD === * Usage: <nowiki>{{License|CC-PD}}</nowiki> {{License|CC-PD}} === CC-SRR === * Usage: <nowiki>{{License|CC-SRR}}</nowiki> {{License|CC-SRR}} === Permission === * Usage: <nowiki>{{License|permission}}</nowiki> {{License|permission}} === No license === '''Providing no parameter (or invalid one) defaults to the nolicense notice:''' <nowiki>{{License}}</nowiki>{{License}} == Specifying source == '''Source parameter (optional):''' The source parameter accepts a url to the source where the file came from if necessary for attribution. Example: <nowiki>{{License|game|source=https://indie.io/}}</nowiki> {{License|game|source=https://indie.io/}} <includeonly> [[Category:License templates]] </includeonly> <noinclude>[[Category:Template documentation]]</noinclude> 5b334ee591fa6a0867f5d8e685e580b5b6c21334 Template:License/fairuse 10 144 155 2025-03-25T22:55:02Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = fairuse | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = This file is copyrighted. It will be used in a way that qualifies as fair use under [https://en.wikipedia.org/wiki/Fair_use#Fair_use_under_United_States_law US copyright law]. }}</includeonly><noinclude> This template currently looks like: {{License/fairuse}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 3662b685c4d9fa43d4f9342fae34b2f43ba925ef 156 155 2025-03-25T22:55:02Z Mr Pie 5 2833 Protected "[[Template:License/fairuse]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = fairuse | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = This file is copyrighted. It will be used in a way that qualifies as fair use under [https://en.wikipedia.org/wiki/Fair_use#Fair_use_under_United_States_law US copyright law]. }}</includeonly><noinclude> This template currently looks like: {{License/fairuse}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 3662b685c4d9fa43d4f9342fae34b2f43ba925ef Template:License/game 10 145 157 2025-03-25T22:55:03Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:rightsholder|<!-- *************************************** *************************************** Step 1/2 [required] Enter the name of the rightsholder, optionally with a link. Example without link: indie.io Example with a URL: [https://www.indie.io/ indie.io] Edit on the line below this************--> <!--Edit on the line above this******** *************************************** *************************************** -->}}<!-- continue to step 2 *************************************** *************************************** Step 2/2 [optional] Enter the TOS link. Example link: https://www.indie.io/terms-of-service -->{{#vardefine:tos|<!-- Edit on the line below this************--> <!--Edit on the line above this******** *************************************** *************************************** -->}}<!-- DON'T EDIT ANYTHING BELOW THIS -->{{License/template | source = {{{source|}}} | type = developer | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = {{#if:{{#var:rightsholder}}| <!-- Specific: -->This file is owned by {{#var:rightsholder}} and/or its licensors{{#if:{{#var:tos}}|, and is licensed under the {{#var:rightsholder}} [{{#var:tos}} Terms of Use]}}.<br/>All trademarks and registered trademarks present in the file are proprietary to {{#var:rightsholder}} and/or its licensors. | <!-- Generic: -->This file is owned by the applicable game studio and/or its licensors. }} }}</includeonly><noinclude> This template currently looks like: {{License/game}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> f1283ce43eda0d523b8e1f249ebc02470d957b34 158 157 2025-03-25T22:55:03Z Mr Pie 5 2833 Protected "[[Template:License/game]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:rightsholder|<!-- *************************************** *************************************** Step 1/2 [required] Enter the name of the rightsholder, optionally with a link. Example without link: indie.io Example with a URL: [https://www.indie.io/ indie.io] Edit on the line below this************--> <!--Edit on the line above this******** *************************************** *************************************** -->}}<!-- continue to step 2 *************************************** *************************************** Step 2/2 [optional] Enter the TOS link. Example link: https://www.indie.io/terms-of-service -->{{#vardefine:tos|<!-- Edit on the line below this************--> <!--Edit on the line above this******** *************************************** *************************************** -->}}<!-- DON'T EDIT ANYTHING BELOW THIS -->{{License/template | source = {{{source|}}} | type = developer | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = {{#if:{{#var:rightsholder}}| <!-- Specific: -->This file is owned by {{#var:rightsholder}} and/or its licensors{{#if:{{#var:tos}}|, and is licensed under the {{#var:rightsholder}} [{{#var:tos}} Terms of Use]}}.<br/>All trademarks and registered trademarks present in the file are proprietary to {{#var:rightsholder}} and/or its licensors. | <!-- Generic: -->This file is owned by the applicable game studio and/or its licensors. }} }}</includeonly><noinclude> This template currently looks like: {{License/game}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> f1283ce43eda0d523b8e1f249ebc02470d957b34 Template:License/indie.io 10 146 159 2025-03-25T22:55:04Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = developer | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = This file is owned by [https://indie.io indie.io] and/or its licensors, and is licensed under the [https://indie.io indie.io] [https://www.indie.io/terms-of-service Terms of Use].<br/> All trademarks and registered trademarks present in the file are proprietary to [https://indie.io indie.io] and/or its licensors. }}</includeonly><noinclude> This template currently looks like: {{License/indie.io}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 49823bdf8d378ff755fa7b6493afde40f6a4e19a 160 159 2025-03-25T22:55:05Z Mr Pie 5 2833 Protected "[[Template:License/indie.io]]" ([Edit=Allow only wiki.gg staff] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = developer | darkIcon = yes | icon = [[File:IN COPYRIGHT.svg|50px|link=https://rightsstatements.org/page/InC/1.0/?language=en|IN COPYRIGHT]] | text = This file is owned by [https://indie.io indie.io] and/or its licensors, and is licensed under the [https://indie.io indie.io] [https://www.indie.io/terms-of-service Terms of Use].<br/> All trademarks and registered trademarks present in the file are proprietary to [https://indie.io indie.io] and/or its licensors. }}</includeonly><noinclude> This template currently looks like: {{License/indie.io}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 49823bdf8d378ff755fa7b6493afde40f6a4e19a Template:License/nolicense 10 147 161 2025-03-25T22:55:05Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = nolicense | icon = [[File:Warning-red.svg|50px|link=|No license has been selected.]] | text = Please select the proper license for this file by adding the proper parameter to <nowiki>{{License}}</nowiki>. See [[Template:License]] for details. }}</includeonly><noinclude> This template currently looks like: {{License/nolicense}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 9ddcfb97af577d7f8454e20f985b9456e7a95c77 162 161 2025-03-25T22:55:06Z Mr Pie 5 2833 Protected "[[Template:License/nolicense]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = nolicense | icon = [[File:Warning-red.svg|50px|link=|No license has been selected.]] | text = Please select the proper license for this file by adding the proper parameter to <nowiki>{{License}}</nowiki>. See [[Template:License]] for details. }}</includeonly><noinclude> This template currently looks like: {{License/nolicense}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 9ddcfb97af577d7f8454e20f985b9456e7a95c77 Template:License/permission 10 148 163 2025-03-25T22:55:06Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = permission | icon = [[File:IN COPYRIGHT.svg|50px|link=|IN COPYRIGHT WITH PERMISSION]] | text = This file is copyrighted. The copyright holder has given permission for its use on wiki.gg. }}</includeonly><noinclude> This template currently looks like: {{License/permission}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 854af75c8477c36c50cb5d103ad8a933892fc322 164 163 2025-03-25T22:55:07Z Mr Pie 5 2833 Protected "[[Template:License/permission]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly>{{License/template | source = {{{source|}}} | type = permission | icon = [[File:IN COPYRIGHT.svg|50px|link=|IN COPYRIGHT WITH PERMISSION]] | text = This file is copyrighted. The copyright holder has given permission for its use on wiki.gg. }}</includeonly><noinclude> This template currently looks like: {{License/permission}} See {{tl|License}} for full license documentation [[Category:License templates]]</noinclude> 854af75c8477c36c50cb5d103ad8a933892fc322 Template:License/template 10 149 165 2025-03-25T22:55:08Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><div class="license {{{type|}}}" style="border: 1px solid var(--wiki-content-border-color); background: var(--wiki-content-background-color--secondary); align-items: center; padding: 5px; display: flex; gap: 1em;"> <div class="icon {{#if:{{{darkIcon|}}}|invert-on-dark}}">{{{icon|}}}</div> <div class="text">{{{text|}}}{{#if:{{{source|}}}|<br/><span class="source">Source:&nbsp;{{{source|}}}</span>}}{{{text2|}}}</div> </div><!-- --></includeonly><noinclude>{{documentation|Template:License/doc}}</noinclude> 7d0e694e6a42a5368b4b62ce6c01bfa2fb4e67b8 166 165 2025-03-25T22:55:09Z Mr Pie 5 2833 Protected "[[Template:License/template]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <includeonly><!-- --><div class="license {{{type|}}}" style="border: 1px solid var(--wiki-content-border-color); background: var(--wiki-content-background-color--secondary); align-items: center; padding: 5px; display: flex; gap: 1em;"> <div class="icon {{#if:{{{darkIcon|}}}|invert-on-dark}}">{{{icon|}}}</div> <div class="text">{{{text|}}}{{#if:{{{source|}}}|<br/><span class="source">Source:&nbsp;{{{source|}}}</span>}}{{{text2|}}}</div> </div><!-- --></includeonly><noinclude>{{documentation|Template:License/doc}}</noinclude> 7d0e694e6a42a5368b4b62ce6c01bfa2fb4e67b8 Template:Link icon 10 150 167 2025-03-25T22:55:09Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#vardefine:target|{{{1|}}}<!-- end vd -->}}<!-- -->{{#vardefine:display|{{#if:{{{2|}}}|{{{2}}}|{{{1}}}<!-- end if -->}}<!-- end vd -->}}<!-- -->{{#vardefine:iconSize|1.2em}}<!-- -->{{#vardefine:lineHeight|1lh}}<!-- -->{{#vardefine:fileExists|{{filepath:{{#var:target}} ({{{type}}}).png}}}}<!-- -->{{#ifeq: {{{2|}}} | notext <!-- start if notext -->|<span class="link-icon notext" style="--link-icon-size: {{#var:iconSize}}; --link-icon-line-height: {{#var:lineHeight}};"><!-- start notext icon element -->{{#if: {{#var:fileExists}} <!-- start icon if -->| <span class="regular">[[File:{{#var:target}} ({{{type}}}).png|link={{#var:target}}|alt=]]</span><!-- end regular icon -->| <span class="fallback">[[File:{{{1}}} ({{{type}}}).png|?]]</span><!-- end fallback icon (?) -->}}<!-- end icon if --></span><!-- end notext icon -->|<span class="link-icon" style="--link-icon-size: {{#var:iconSize}}; --link-icon-line-height: {{#var:lineHeight}};"><!-- start icon + text element -->{{#if: {{#var:fileExists}} <!-- start icon if -->| <span class="regular">[[File:{{#var:target}} ({{{type}}}).png|link={{#var:target}}|alt=]]</span><!-- end regular icon -->| <span class="fallback">[[File:{{{1}}} ({{{type}}}).png|?]]</span><!-- end fallback icon (?) -->}}&nbsp;<!-- end icon if --><span class="display-text">[[{{#var:target}}|{{#var:display}}]]</span><!-- end display text -->}}<!-- start if notext --></span></includeonly><noinclude>{{Documentation}}[[Category:Formatting templates]]</noinclude> 4e9bb37a48d63bb6b56f32d260dc74f64011e4af Template:Link icon/doc 10 151 168 2025-03-25T22:55:10Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{No direct use}} == List of link icon templates == * {{tl|Character icon}} * {{tl|Item icon}} == Dependencies== For this template to work properly, you need the following: * The <code>.link-icon</code> class and any related classes, found in [[MediaWiki:Common.css]]. <noinclude>[[Category:Template documentation]]</noinclude> 654dfb540ea31a810ef53c3820862942e63b2e8a Template:Luadoc 10 152 169 2025-03-25T22:55:11Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <noinclude>[[Category:Documentation templates]]</noinclude>{{#ifeq:{{int:scribunto-doc-page-name|{{ROOTPAGENAME}}}}|{{FULLPAGENAME}}||<div class="luadoc">Edit the [[{{int:scribunto-doc-page-name|{{ROOTPAGENAME}}}}|documentation or categories]] for this module. {{#ifexist:{{FULLPAGENAME}}/i18n|This module has an [[/i18n|i18n file]].}}</div>}} 37de49949dfa0f16975ff4e9850b4573ec388cb6 Template:MP link 10 153 170 2025-03-25T22:55:12Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- Variables -->{{#vardefine:link|{{{link|{{{1|}}}}}}}}<!-- Image-->{{#if:{{{image|}}}|[[File:{{#replace:{{{image|}}}|File:}}|{{{size|42px}}}|link={{#var:link}}{{#if:{{{altText|}}}|{{!}}alt={{{altText|}}}}}|class={{{imageClass|}}}]]}}<!-- Link below the image -->{{#if:{{{1|}}}|<!-- If it's an external link, use external link syntax -->{{#if:{{#pos:{{{link|}}}|http}}|[{{{link|}}} {{{1|}}}]|<!-- Otherwise use normal syntax the ifeq, pos, sub combo is filtering out a leading :, so that we can add our own without doubling up, allowing easy category linking -->[[:{{#ifeq:{{#pos:{{#var:link}}|:}}|0|{{#sub:{{#var:link}}|1}}|{{#var:link}}}}|{{{1|}}}]]}} }}</includeonly><noinclude> {{doc}} [[Category:Main page templates]] </noinclude> be5325327a3e6c626069e9f98a5dd2b9f283042c Template:MP link/doc 10 154 171 2025-03-25T22:55:13Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This creates one of the stylized and formatted links on the [[{{MediaWiki:Mainpage}}|main page]]. == Usage == Groups of this template should be wrapped inside of <code><nowiki><div class="mp-links"></div></nowiki></code> and each entry should be a separate line in an [[wikipedia:Help:Lists#Basically|unordered list]]. This div can be given one of the classes <code>columns-x</code> where x is a number from 1 to 7, and the links will line up in that many columns if space permits (default is 3). The div can also optionally be given the class <code>stretch</code> and it will stretch the list vertically to fill empty space. See [[Mediawiki:Common.css]] for the full definitions of these classes and styling for this template. ===Parameters=== <templatedata> { "description": { "en": "Creates stylized and formatted links on the main page." }, "format": "inline", "params": { "1": { "label": { "en": "Text" }, "description": { "en": "The text to display. If the link parameter is not given, this will also be the link target." }, "example": "Stuff", "type": "string", "suggested": true }, "link": { "label": { "en": "Link" }, "description": { "en": "The target page for the link, if different than the display text." }, "required": false, "example": "Main Page", "type": "wiki-page-name" }, "image": { "label": { "en": "Image" }, "description": { "en": "An image to display with the link." }, "required": false, "suggested": true, "type": "wiki-file-name" }, "size": { "label": { "en": "Image size" }, "description": { "en": "The size of the image, in px." }, "required": false, "default": "42px", "type": "string" }, "imageClass": { "label": "Image class", "description": "A class to give directly to the image", "example": "invert-on-dark", "type": "string", "suggestedvalues": [ "invert-on-dark", "invert-on-light" ] }, "altText": { "label": "Alt text", "description": "Alt text to describe the image", "example": "Wiki logo", "type": "string", "suggested": true } }, "paramOrder": [ "1", "link", "image", "size", "imageClass", "altText" ] } </templatedata> ==Examples== <pre> <div class="mp-links columns-3"> * {{MP link|Stuff|link=Special:Random|image=Site-logo.png|size=42px}} * {{MP link|Things|link=Special:Random}} * {{MP link|Other stuff|link=Special:Random|image=Site-logo.png|size=42px}} </div> </pre> Produces: <div class="mp-links columns-3"> * {{MP link|Stuff|link=Special:Random|image=Site-logo.png|size=42px}} * {{MP link|Things|link=Special:Random}} * {{MP link|Other stuff|link=Special:Random|image=Site-logo.png|size=42px}} </div> <noinclude> [[Category:Template documentation]] </noinclude> aabad7f43ba29d72dbebc5a849f202294e406735 Template:Main 10 155 172 2025-03-25T22:55:14Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:text|<!-- start vd -->{{#if:{{{2|}}}<!-- if more than one page -->|[[{{{1}}}]]{{#if:{{{3|}}}<!-- start concat if -->|, [[{{{2}}}]] and [[{{{3}}}]]<!-- concat two -->|<nowiki> </nowiki>and [[{{{2}}}]]<!-- else; concat one -->}}<!-- end concat if -->|[[{{{1}}}]]<!-- else; one page only -->}}<!-- end if -->}}<!-- end vd -->{{Hatnote|<!-- -->{{#if:{{{2|}}}|Main articles|Main article}}: {{#var:text}}<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{doc}}[[Category:Hatnote templates]]</noinclude> e02ac04db1bbce6b71a9aa8a5064182f662d8470 Template:Main/doc 10 156 173 2025-03-25T22:55:15Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <templatedata> { "params": { "1": { "label": "Article", "description": "A main article.", "example": "Article", "type": "wiki-page-name", "required": true }, "2": { "label": "Second Article", "description": "A second main article.", "example": "Second Article", "type": "wiki-page-name" }, "3": { "label": "Third Article", "description": "A third main article.", "example": "Third Article", "type": "wiki-page-name" } }, "description": "This hatnote template is meant to be in sections of an article mentioning information about another existing main article.", "paramOrder": [ "1", "2", "3" ], "format": "inline" } </templatedata> == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{Main|Special:WantedPages}}</nowiki></code> || {{Main|Special:WantedPages}} |- | <code><nowiki>{{Main|Special:WantedPages#Section Title}}</nowiki></code> || {{Main|Special:WantedPages#Section Title}} |- | <code><nowiki>{{Main|Special:WantedPages|Special:UncategorizedPages}}</nowiki></code> || {{Main|Special:WantedPages|Special:UncategorizedPages}} |- | <code><nowiki>{{Main|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}}</nowiki></code> || {{Main|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} |- | <code><nowiki>{{Main|Special:WantedPages{{!}}Page 1}}</nowiki></code> (Custom link label) || {{Main|Special:WantedPages{{!}}Page 1}} |} == Dependencies == This template requires the {{tl|Hatnote}} metatemplate. == Source == Roughly based on [[wikipedia:Template:For|Wikipedia's For Template]]. <noinclude>[[Category:Template documentation]]</noinclude> dd762adeece0f944821cb81ee14a8bd9cb539b22 Template:Main page 10 157 174 2025-03-25T22:55:16Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#invoke:Main page|main}} __NOTOC__ __NOEDITSECTION__ [[Category:{{SITENAME}}| ]]</includeonly><noinclude> {{doc}} [[Category:Main page templates]] </noinclude> 64a0dbb502a75c44e4b3f474772d8502bdf44e40 Template:Main page/doc 10 158 175 2025-03-25T22:55:17Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template is used to create an IMP Main Page. It uses [[Module:Main page]] to arrange a series of [[Template:Main page box]]es in a [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout CSS grid]. ==Simple explanation== The layout is made using keywords arranged in a grid. This grid has 3 columns on desktop-width screens, 2 columns on tablet, and 1 on mobile. Each can have as many rows as you want. Each keyword represents the same section and can span multiple rows and/or columns, but ''must'' form a contiguous rectangle of any dimension (1x1, 1x2, 2x2, 2x3, etc.). For example, the following input to desktop: <pre style="display:table;"> welcome welcome welcome about links links about contribute contribute </pre> would produce a grid resembling the following: {| class="wikitable" | style="background-color:rgba(0,255,0,0.15)" | welcome | style="background-color:rgba(0,255,0,0.15)" | welcome | style="background-color:rgba(0,255,0,0.15)" | welcome |- | style="background-color:rgba(255,0,255, 0.15)" | about | style="background-color:rgba(0,0,255, 0.15)" | links | style="background-color:rgba(0,0,255, 0.15)" | links |- | style="background-color:rgba(255,0,255, 0.15)" | about | style="background-color:rgba(255,255,0, 0.15)" | contribute | style="background-color:rgba(255,255,0, 0.15)" | contribute |} Where <code>welcome</code> is the contents of [[{{MediaWiki:Mainpage}}/welcome]], <code>about</code> is the contents of [[{{MediaWiki:Mainpage}}/about]], and so on. See [[Template:Main page box]] for more information about creating your own boxes. If you enter a keyword that does not have a corresponding box already, you'll be prompted to create one when saving or previewing the page. If you leave a keyword out of a certain layout, it will not be displayed on that layout. A warning will be given at the top of the edit preview in case this was an accident, but can be safely ignored if intentional. For additional hints and information, see the comments that came on your main page or ask a wiki.gg staff member for help. ==Technical explanation== For the CSS savvy, this section explains how it works a bit under the hood. The input to desktop, tablet, and mobile create [https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties CSS variables] which are then used as the value of [https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas grid-template-areas] in media queries for screen widths >=1350px, >=990px, and <990px. The boxes are given an id based on their subpage name, which is then used by the module to find the template, as well as by the box templates to assign them a CSS id of <code>mp-box-<keyword></code>. Since these keywords are used directly in the grid layout, they must follow the rules of [https://developer.mozilla.org/en-US/docs/Web/CSS/custom-ident <custom-ident>] naming. ==Dependencies== For this template to work properly, you need the following: * [[Module:Main page]] * All templates in [[:Category:Main page templates]]. * All CSS within the "Main page layout" section found in [[MediaWiki:Common.css]]. The <code>[[MediaWiki:Gadgets/mpEditLinks|mpEditLinks]]</code> gadget is also highly recommended. Its code can be found at [[MediaWiki:Gadgets/mpEditLinks/main.css]] and [[MediaWiki:Gadgets/mpEditLinks/main.js]]. ==TemplateData== <templatedata> { "params": { "desktop": { "label": "Desktop", "description": "The layout for wide screens", "required": true, "type": "string" }, "tablet": { "label": "Tablet", "description": "The layout for mid-width screens", "required": true, "type": "string" }, "mobile": { "label": "Mobile", "description": "The layout for narrow screens", "required": true, "type": "string" } }, "description": "Creates an IMP Main Page.", "format": "block" } </templatedata> <noinclude>[[Category:Template documentation]]</noinclude> c5052ca4c6f9f0e1e2c0a81cea00e372d4bacdca Template:Main page box 10 159 176 2025-03-25T22:55:18Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><code>Template:Main page box</code> is not intended to be used directly, please use [[Template:Main page box/start]] and [[Template:Main page box/end]].</includeonly><noinclude> This template is used to create the boxes of the IMProved Main Page (IMP) framework. '''It should not be called directly''', instead using {{tl|Main page box/start}} and {{tl|Main page box/end}}. <div style="text-align:center;"> Use the box below to create a page with the required templates already in place, ready for you to add your content. {{/create}} The box name can not contain spaces or start with a number. Those are probably the only restrictions you'll run into, but for a full list see [https://developer.mozilla.org/en-US/docs/Web/CSS/custom-ident <custom-ident> on MDN web docs]. </div> ==Parameters== These are the parameters used by {{tl|Main page box/start}}. All parameters are optional. {| class="wikitable" ! Name !! Data type !! Description |- | title || Wikitext || The title of the box. This can be empty, in which case the box will contain only the content. |- | class || CSS classes || A list of classes to be passed to the box, separated by spaces and without quotes. Standard options are <code>centered-content</code> to vertically center contents, and <code>has-floating-image</code> in case floating images are needed in the box (normally the flex layout disallows this). |- | style || CSS declarations || Inline CSS to be applied directly to the box, without quotes. A common usage is <code>text-align:center;</code> for cases where it's desired for individual boxes to have centered text. |} [[Category:Main page templates]] [[Category:Template documentation]] </noinclude> cbbd25d1eb0105a8be55d0cc174f385fc467ffad Template:Main page box/create 10 160 177 2025-03-25T22:55:19Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{#tag: inputbox | type = create width = 40 default = {{{1|}}} buttonlabel = Create this box prefix = {{#or:{{{rootpage|}}}|{{MediaWiki:Mainpage}}}}/ placeholder = box name (no spaces) preload = Template:Main page box/preload summary = Created using preload preloadparams[] = {{ucfirst:{{{1|Example}}}}} }}<noinclude>[[Category:Main page templates]]</noinclude> da58eca98a44a09e476c5b4a5cafde116b6cdac9 Template:Main page box/end 10 161 178 2025-03-25T22:55:20Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly></div> </div></includeonly><noinclude> {{doc}} [[Category:Main page templates]] </noinclude> 506617faba565eb65144b21c3ead8fe5c2010b55 Template:Main page box/end/doc 10 162 179 2025-03-25T22:55:20Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki See [[Template:Main page box]] for information on how to use this. <noinclude>[[Category:Template documentation]]</noinclude> e73182bed655118b10da971b634dc9c3bf3e3d39 Template:Main page box/missing 10 163 180 2025-03-25T22:55:21Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = {{{1}}} | style = text-align:center; | class = missing }} The {{{1}}} box does not exist. Check your spelling or create it here:<br/> {{Main page box/create|{{{1|}}}|rootpage = {{{rootpage|}}}}}<br/> See [[Template:Main page box]] for more information. {{Main page box/end}}<noinclude>[[Category:Main page templates]]</noinclude> 5cff88dacf33c912d4aa04c1541e684a5f3e79bb Template:Main page box/preload 10 164 181 2025-03-25T22:55:22Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = $1 }} Content goes here, between the start and end templates. Feel free to use wikitext, tables, templates, new lines, whatever. {{Main page box/end}}<includeonly><no<noinclude></noinclude>include>[[Category:Main page boxes]]</no<noinclude></noinclude>include></includeonly><!-- don't edit this line --><noinclude> [[Category:Main page templates]] </noinclude> 9b16288e15e3c8c9ede76b4dc76e538d2253cf23 Template:Main page box/start 10 165 182 2025-03-25T22:55:23Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><div class="mp-box <!-- These variables are used to determine if certain layouts should hide certain boxes. The variable is created in and passed from [[Module:Main page]], and is formatted as a pseudo bitmask to reduce variable usage An example of this variable would be "1,1,0," which would mean display on desktop and tablet but not on mobile -->{{#ifeq:{{#explode:{{#var:imp-variable-display-box}}|,|0}}|0|mp-hide-on-desktop}} <!-- -->{{#ifeq:{{#explode:{{#var:imp-variable-display-box}}|,|1}}|0|mp-hide-on-tablet}} <!-- -->{{#ifeq:{{#explode:{{#var:imp-variable-display-box}}|,|2}}|0|mp-hide-on-mobile}} <!-- -->{{{class|}}}" style="grid-area:{{#var:imp-variable-id}}; {{{style|}}}" id="mp-box-{{#var:imp-variable-id}}" data-box-id="{{#var:imp-variable-id}}"><!-- -->{{#if:{{{title|{{{1|}}}}}}| <h2> {{{title|{{{1|}}}}}} </h2> }}<div class="mp-body"></includeonly><noinclude> {{doc}} [[Category:Main page templates]] </noinclude> 62eedb503b63a36fc31a301f8ea6b15f6ff9bf60 Template:Main page box/start/doc 10 166 183 2025-03-25T22:55:24Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki See [[Template:Main page box]] for information on how to use this. ==TemplateData== <templatedata> { "params": { "class": { "label": "Class", "description": "Additional classes to give to the box wrapping this box.", "example": "centered-content", "suggestedvalues": [ "centered-content", "has-floating-image" ] }, "style": { "label": "Style", "description": "Inline CSS to add to the box wrapping this box", "example": "text-align:center;", "type": "string" }, "title": { "aliases": [ "1" ], "label": "Title", "description": "The title of this box.", "example": "Welcome to the wiki!", "type": "content", "suggested": true } }, "description": "Creates a box for use on the main page.", "paramOrder": [ "title", "class", "style" ], "format": "block" } </templatedata> <noinclude>[[Category:Template documentation]]</noinclude> 860e1be8fbf205ab2b3214cb91860a77fd3ef52b Template:Merge 10 167 184 2025-03-25T22:55:25Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = purple | icon = Merge.svg | message = It has been proposed that this page be [[support:Merge|merged]] with [[{{{1}}}]]. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Candidates for merging]]}}</includeonly><!-- --><noinclude>{{Merge|Template:Merge|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> 9975c110e793cc1943eac9ea8e62257d704ab853 Template:Merge/doc 10 168 185 2025-03-25T22:55:26Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Ml 10 169 186 2025-03-25T22:55:27Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <code>{{[[Module:{{{1}}}|{{{1}}}]]}}<sup>m</sup>{{#if:{{{2|}}}|.{{{2}}}()}}</code><noinclude> * <code><nowiki>{{Ml|Infobox}}</nowiki></code> generates {{Ml|Infobox}}. * <code><nowiki>{{Ml|ArgsUtil|merge}}</nowiki></code> generates {{Ml|ArgsUtil|merge}}. [[Category:Formatting templates]] </noinclude> 0c69bf8d7c3319f1cf2aa68f4b80261257291560 Template:Move 10 170 187 2025-03-25T22:55:28Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = darkorange | icon = Move.svg | message = It has been proposed that this page be moved to [[{{{1}}}]]. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Candidates for moving]]}}</includeonly><!-- --><noinclude>{{Move|Template:Ambox{{!}}Example|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> dc4fd9090208e453457d6d2df193b9a7ee3b562d Template:Move/doc 10 171 188 2025-03-25T22:55:29Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Navbox 10 172 189 2025-03-25T22:55:30Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#invoke:Navbox|main}}</includeonly><noinclude>[[Category:Navigation templates]] {{documentation}}</noinclude> 11355a4514de8aa6c0ae686240591d267101c58c Template:Navbox/doc 10 173 190 2025-03-25T22:55:31Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{no direct use}} {{UsesLua|Navbox}} This template is designed to set up navigational templates relatively quickly with one or more lists of links. We highly recommend using this template for standardizing navigational templates and ease of use, especially for mobile devices. See [[support:RANGER navboxes|the support wiki]] for more information, including installation steps and further examples. == Basic example == The following example demonstrates the core functionality of this template: the title text, one standard link group, and one link group that contains two sub-groups. The rows are striped for easier readability. {{Navbox | title = Items | striped = even | group1 = Consumables | list1 = * Health Potion * Mana Potion | group2 = Weapons | group2.1 = Swords | list2.1 = * Wooden Sword * Rusted Sword * Steel Sword | group2.2 = Bows | list2.2 = * Shortbow * Crossbow * Longbow }} <syntaxhighlight lang="wikitext" style="overflow: auto;"> {{Navbox | template = <template_title> <!-- Required. e.g. `|template=Items` for template:Items --> | title = Items | striped = even | group1 = Consumables | list1 = * Health Potion * Mana Potion | group2 = Weapons | group2.1 = Swords | list2.1 = * Wooden Sword * Rusted Sword * Steel Sword | group2.2 = Bows | list2.2 = * Shortbow * Crossbow * Longbow }} </syntaxhighlight> == Parameters == === Main === The following parameters modify the navbox as a whole. {| class="wikitable" ! Parameter ! Description |- ! <code>template</code><br><code>name</code> | ('''Required''') Title of the template that the edit icon links to. e.g. <code>Items</code> for template:Items. |- ! <code>title</code> | Text that appears at the top of the navbox. |- ! <code>state</code><br><code>collapsible</code> | Controls if a navbox should be expanded or collapsed when the page loads. This only affects the whole navbox; if [[#Sections|sections]] are used, they are treated differently. * <code>expanded</code> ('''default''') - the navbox will start open and readers can collapse it. * <code>collapsed</code> - the navbox will start closed and readers can expand it. * <code>off</code>, <code>no</code>, or <code>plain</code> - the navbox will start open and cannot be collapsed. Advanced users can modify this on a page-by-page basis; see [[support:RANGER navboxes#Controlling the collapsible|the support wiki]] for more information. |- ! <code>editlinks</code> | Controls if an edit icon should be displayed at the top-left of the navbox, making it easier for users to interact with the template itself. * unset ('''default''') - displays the edit icon * <code>off</code> or <code>no</code> - hides the edit icon |- ! <code>above</code> | Text that appears above all list groups, directly below the title. |- ! <code>below</code> | Text that appears below all list groups, at the bottom of the navbox. |- ! <code>striped</code><br><code>evenodd</code> | Controls if the navbox rows should have zebra striping on even or odd rows, making it easier for users to distinguish two rows apart from each other. If [[#Sections|sections]] are used, each section resets the even/odd counter. *unset ('''default''') - all rows have the same background *<code>y</code>, <code>yes</code>, <code>on</code>, <code>striped</code>, or <code>even</code> - even-numbered rows are highlighted *<code>swap</code> or <code>odd</code> - odd-numbered rows are highlighted |} === Sections === The following parameters define sections within the navbox with their own titles. {| class="wikitable" ! Parameter ! Description |- ! <code>header''n''</code> | Text that appears at the top of the section, where ''n'' is any positive integer. If the value is set to two or more <code>-</code> (e.g. <code>--</code>, <code>-----</code>, etc.) the new section will have no header bar and cannot be collapsed. All groups and lists that are ''n'' or higher will appear in this section unless there is a higher <code>header''n''</code> later in the template. For example, if a navbox defines <code>header1</code> and <code>header4</code>, the first section will include <code>list1</code>, <code>list2</code>, and <code>list3</code> (and any of their sub-lists), while the second section will include all remaining lists starting at <code>list4</code> and their sub-lists. |- ! <code>header_state</code><br><code>state''n''</code> | <code>header_state</code> controls if all sections, by default, should be expanded or collapsed when the page loads. <code>state''n''</code> overrides <code>header_state</code> for the specific section defined by <code>header''n''</code> (where ''n'' is a matching integer). * <code>expanded</code> ('''default''') - the section will start open and readers can collapse it. * <code>collapsed</code> - the section will start closed and readers can expand it. * <code>off</code> or <code>plain</code> - the section will start open and cannot be collapsed. Advanced users can modify these on a page-by-page basis; see [[support:RANGER navboxes#Controlling the collapsible|the support wiki]] for more information. Both parameters have no effect on sections with headers set to two or more <code>-</code>, which are always expanded and cannot be collapsed. |} === List groups === The following parameters define the list groups. {| class="wikitable" ! Parameter ! Description |- ! <code>group''n''</code> | Text label for a list, which appears on the left on desktop or at the top on mobile, where ''n'' is any positive integer. This parameter is optional; if a <code>list''n''</code> does not have a matching <code>group''n''</code>, the list will take the full width on desktop. |- ! <code>list''n''</code> | A wikitext list, where ''n'' is any positive integer. |- ! <code>group''n''.''x''</code><br><code>group''n''.''x''.''y''</code><br>etc. | Text label for sub-lists that appear under <code>group''n''</code>, <code>group''n''.''x''</code>, etc. |- ! <code>list''n''.''x''</code><br><code>list''n''.''x''.''y''</code><br>etc. | Wikitext sub-lists. |} === Styling === The following parameters add inline styling or your custom CSS classes to specific elements of the navbox. To assist with text alignment, three default classes are available: <code>align-left</code>, <code>align-center</code>, and <code>align-right</code>. {| class="wikitable" ! Parameter ! Description |- ! <code>navbox_style</code><br><code>navbox_class</code> | Modifies the parent navbox element; <code>class</code> can be used as a shorthand for <code>navbox_class</code> Two default classes are available: *<code>pill</code> changes the links to pill-styled rather than dot-separated *<code>pill-mobile</code> only changes the links to pill-styled on mobile devices |- ! <code>title_style</code><br><code>title_class</code> | Modifies the title bar |- ! <code>above_style</code><br><code>above_class</code> | Modifies the <code>above</code> text row |- ! <code>below_style</code><br><code>below_class</code> | Modifies the <code>below</code> text row |- ! <code>header_style</code><br><code>header_class</code> | Modifies all section headers (''not'' the title bar) |- ! <code>header''n''_style</code><br><code>header''n''_class</code> | Modifies the specific section header ''n'' |- ! <code>section''n''_style</code><br><code>section''n''_class</code> | Modifies the container holding the section defined by a matching <code>header''n''</code> |- ! <code>group_style</code><br><code>group_class</code> | Modifies all base groups (<code>group''n''</code>), but ''not'' any subgroups (<code>group''n''.''x''</code>, etc.) |- ! <code>subgroup_style</code><br><code>subgroup_class</code> | Modifies all subgroups at all levels (<code>group''n''.''x''</code>, <code>group''n''.''x''.''y''</code>, etc.) |- ! <code>group''A''_style</code><br><code>group''A''_class</code> | Modifies the specific group ''A'', where ''A'' is any ''n'', ''n''.''x'', ''n''.''x''.''y'', etc. |- ! <code>list_style</code><br><code>list_class</code> | Modifies all lists. Note, in this context, "list" refers to the container of a <code>list''n''</code> parameter, not a <code>ul</code> or <code>ol</code> element inside the parameter |- ! <code>list''A''_style</code><br><code>list''A''_class</code> | Modifies the specific list ''A'', where ''A'' is any ''n'', ''n''.''x'', ''n''.''x''.''y'', etc. |} <noinclude>[[Category:Template documentation]]</noinclude> e35c990efd00644e63b9735d72ff65818357a1fb Template:NoDirectUse 10 174 191 2025-03-25T22:55:32Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:No direct use]] 8448af1f61f0d64a84806b006c70670d9296acde Template:No direct use 10 175 192 2025-03-25T22:55:33Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{ambox|icon=Warning-red.svg|title='''Don't call this template directly from any content page!''' |message=This template is intended to be used inside of another template. Then that template in turn may be used on content pages. |color=red |tiny={{{tiny|}}} |class={{{class|}}} }}</includeonly><noinclude>{{doc|Template:Ambox/doc}} [[Category:Notice templates]]</noinclude> e0c3e967bce625ce28ec15908642c3382335ec1f Template:No direct use/doc 10 176 193 2025-03-25T22:55:34Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Ambox/doc]] 68bfb03f8f28c95443c7b1997f252c236bf87256 Template:No wrap 10 177 194 2025-03-25T22:55:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Nowrap]] 269180d5083536bbbf72d889477805cfde7aac9e Template:Normal 10 178 195 2025-03-25T22:55:36Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <span style{{=}}"font-weight:normal; font-style:normal">{{{1}}}</span><noinclude> {{documentation}} </noinclude> f1d74e033cde1ce3b2efdc98b78fb863b8524fcf Template:Nowrap 10 179 196 2025-03-25T22:55:37Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} </noinclude> 8817bafce418a08a72f3425283fc03d04a2d8d44 Template:Pipe 10 180 197 2025-03-25T22:55:38Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki &#124;<noinclude>{{documentation}}</noinclude> 9d1875aa686e4e25a0994448a39d057e91541788 Template:Pipe/doc 10 181 198 2025-03-25T22:55:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:((/doc]] 509bb731d447456a18489848c8a1ce38feddabcc Template:Quote 10 182 199 2025-03-25T22:55:40Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- --><div class="quote"><!-- start quote wrapper --><div class="marks-wrapper"><!-- start marks wrapper --><div class="block"><!-- start quote block -->{{#if:{{{title|}}}|<div class="title">{{{title}}}</div>|}}<!-- -->{{#if:{{{text|{{{1|}}}}}}|<div class="text">{{{text|{{{1|}}}}}}</div>|}}<!-- --></div><!-- end quote block --></div><!-- end marks wrapper -->{{#if:{{{author|{{{2|}}}}}}|<div class="author">― {{#if:{{{authorpage|}}}| [[{{{authorpage}}}|{{{author|{{{2|}}}}}}]] | {{{author|{{{2|}}}}}} }}</div>|}}<!-- --></div><!-- -->[[Category:Pages with quotes]]</includeonly><noinclude>{{Documentation}}[[Category:Formatting templates]]</noinclude> 095258ceee92819a4e7b83c26fba3761bf9c41a9 Template:Quote/doc 10 183 200 2025-03-25T22:55:41Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki == Examples == {| class="wikitable" ! Code !! Result |- | <pre>{{Quote|text=Now is the winter of our discontent made glorious summer by this sun of York}}</pre> | {{Quote|text=Now is the winter of our discontent made glorious summer by this sun of York}} |- | <pre>{{Quote |title=Opening lines of ''Richard III'' |text=Now is the winter of our discontent made glorious summer by this sun of York}}</pre> | {{Quote |title=Opening lines of ''Richard III'' |text=Now is the winter of our discontent made glorious summer by this sun of York}} |- | <pre>{{Quote |title=Opening lines of ''Richard III'' |author=William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}}</pre> | {{Quote |title=Opening lines of ''Richard III'' |author=William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}} |- | <pre>{{Quote |title=Opening lines of ''Richard III'' |author=William Shakespeare |authorpage=wikipedia:William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}}</pre> | {{Quote |title=Opening lines of ''Richard III'' |author=William Shakespeare |authorpage=wikipedia:William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}} |- | <pre>{{Quote |author=William Shakespeare |authorpage=wikipedia:William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}}</pre> | {{Quote |author=William Shakespeare |authorpage=wikipedia:William Shakespeare |text=Now is the winter of our discontent made glorious summer by this sun of York}} |} == Dependencies == For this template to work properly, you need the following: * The <code>.quote</code> and any related classes, found in [[MediaWiki:Common.css]]. <noinclude>[[Category:Template documentation]]</noinclude> == Template data (for Visual Editor) == <templatedata> { "params": { "title": { "label": "Title", "description": "If the quote has a title, put it here.", "example": "Richard III's soliloquy", "type": "line" }, "text": { "label": "Quoted Text", "description": "The quoted text to be displayed.", "example": "Now is the winter of our discontent made glorious summer by this sun of York", "type": "string", "required": true }, "author": { "label": "Quote's Author", "description": "The author of the displayed quote.", "example": "William Shakespeare", "type": "line", "suggested": true }, "authorpage": { "label": "Author's Page", "description": "If the quote's author has a page on the Wiki, put the page name here.", "example": "William Shakespeare (playwright)", "type": "wiki-page-name", "suggested": true } }, "description": "This template creates a styled block element for quotes.", "paramOrder": [ "text", "author", "authorpage", "title" ], "format": "block" } </templatedata> 8a10e77de70ff704435282ce0f2ba792a13404a5 Template:Split 10 184 201 2025-03-25T22:55:42Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- -->{{#vardefine:pages|<!-- start vd -->{{#if:{{{2|}}}<!-- if more than one page -->|new pages titled [[{{{1}}}]]{{#if:{{{3|}}}<!-- start concat if -->|, [[{{{2}}}]] and [[{{{3}}}]]<!-- concat two -->|<nowiki> </nowiki>and [[{{{2}}}]]<!-- else; concat one -->}}<!-- end concat if -->|a new page titled [[{{{1}}}]]<!-- else; one page only -->}}<!-- end if -->}}<!-- end vd -->{{Ambox | color = purple | icon = Split.svg | message = It has been proposed that this page be split into {{#var:pages}}. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Candidates for splitting]]}}</includeonly><!-- --><noinclude>{{Split|Template:Ambox{{!}}Example|nocat=yes}} {{Split|Template:Ambox{{!}}Example 1|Template:Ambox{{!}}Example 2|Template:Ambox{{!}}Example 3|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> 73f5044c8b972e18c3b7880f94b0644e4a0e6ac7 Template:Split/doc 10 185 202 2025-03-25T22:55:43Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Spoiler 10 186 203 2025-03-25T22:55:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly><!-- Base code written for Terraria Wiki: https://terraria.wiki.gg/wiki/Template:Spoiler NOTE: This template needs a JavaScript function in MediaWiki:Common.js or MediaWiki:Vector.js to work, as well as styling in MediaWiki:Common.css or MediaWiki:Vector.css for the related classes -->{{#vardefine:element|{{#if:{{{block|}}}|div|span}}}}<!-- --><{{#var:element}} class="spoiler-content {{{class|}}}" id="{{{id|}}}" style="{{{css|{{{style|}}}}}}"><{{#var:element}}>{{{1|}}}</{{#var:element}}></{{#var:element}}><!-- -->[[Category:Pages with spoilers]]<!-- --></includeonly><noinclude> {{doc}} [[Category:Formatting templates]] </noinclude> 8eb68f2e678d3b1eac0087662b8d5548dc29da29 Template:Spoiler/doc 10 187 204 2025-03-25T22:55:45Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This template is used to mark text and other elements as spoilers. Users can click or optionally hover to reveal their content. == The hoverShowSpoilers gadget == Users can enable the <code>[[MediaWiki:Gadgets/hoverShowSpoilers|hoverShowSpoilers]]</code> gadget to make spoilers show on hover, not just on click. The code for this gadget can be found at [[MediaWiki:Gadgets/hoverShowSpoilers/main.css]]. == Examples == {| class="wikitable" ! Code !! Result |- | <code><nowiki>{{spoiler|spoiler text}}</nowiki></code> (Click to toggle) || {{spoiler|spoiler text}} |- | <code><nowiki>{{spoiler|spoiler text with a [[Template:Navbox|link]]}}</nowiki></code> (Click to toggle) || {{spoiler|spoiler text with a [[Template:Navbox|link]]}} |- | <pre> {{spoiler|block=y|Really long spoiler that spans multiple lines It even has a bulleted list inside it: * Item a * Item b * [[Special:Random|Item c]] }}</pre> |{{spoiler|block=y|Really long spoiler that spans multiple lines It even has a bulleted list inside it: * Item a * Item b * [[Special:Random|Item c]] }} |} == Dependencies == For this template to work properly, you need the following: * The <code>spoilers</code> gadget with JavaScript code for toggling the <code>.spoiler</code> class on/off on click: ** [[MediaWiki:Gadgets/spoilers]] ** [[MediaWiki:Gadgets/spoilers/main.js]] * The <code>.spoiler-content</code> and any related classes, found in [[MediaWiki:Common.css]]. == Source == Base code adapted from [[wgg:terraria:Template:Spoiler|Template:Spoiler on Terraria Wiki]]. ==TemplateData== <templatedata> { "params": { "1": { "aliases": [ "text" ], "label": "Text", "description": "The text to be shown.", "example": "Character A died during the battle.", "type": "content", "required": true }, "hover": { "label": "Show on Hover?", "description": "Show spoiler text on mouse hover.", "example": "hover=yes", "type": "boolean", "default": "hover=no" }, "block": { "label": "Display as block?", "description": "If given, display the spoiler as a block instead of inline. Useful for long spoilers spanning multiple lines or using block-level elements like lists.", "example": "y", "type": "boolean", "suggested": true }, "class": { "label": "Class", "description": "A class or classes to apply to the spoiler", "type": "string" }, "id": { "label": "ID", "description": "A CSS ID to apply to the spoiler.", "type": "string" }, "style": { "description": "Inline CSS styles to pass in.", "type": "string", "aliases": [ "css" ], "label": "Style" } }, "description": "This template can be used to mark text as a spoiler.", "maps": { "1": {} }, "paramOrder": [ "1", "hover", "block", "class", "id", "style" ], "format": "inline" } </templatedata> <noinclude>[[Category:Template documentation]]</noinclude> bae231a84e57129ec12ba47e554ed42e76c185e0 Template:Spoiler warning 10 188 205 2025-03-25T22:55:46Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Ambox | color = red | icon = Warning-red.svg | title = Spoiler Warning | message = This page contains '''spoilers'''. View at your own discretion. | tiny = {{{tiny|}}} | class = {{{class|}}} }}<noinclude>{{doc|Template:Ambox/doc}}</noinclude> d46344bae30adce89ead1cf12e8c3ff904e95203 Template:Spoiler warning/doc 10 189 206 2025-03-25T22:55:47Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Template:Stub 10 190 207 2025-03-25T22:55:48Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = gold | icon = Stub.svg | message = This page is a [[support:Stub|stub]]. You can help '''{{SITENAME}}''' by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it]. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Stubs]]}}</includeonly><!-- --><noinclude>{{Stub|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> 1effeb7d6eb04a0b11c76b8bfa871703461c9344 Template:Stub/doc 10 191 208 2025-03-25T22:55:49Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Ambox/doc]] 68bfb03f8f28c95443c7b1997f252c236bf87256 Template:Tl 10 192 209 2025-03-25T22:55:50Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{#invoke:Template link|main|code=on}}</includeonly><noinclude> {{Documentation}} </noinclude> 1c13b1daaf7b7e8ce1e45cc03b4baf31c09bc6cd Template:Tl/doc 10 193 210 2025-03-25T22:55:51Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{From Wikipedia|Module:Template link general,Template:Tlx}} {{Uses Lua|Template link}} This template returns an exemplaric use of a template while linking to the template description page, if the template exists. == Usage == <pre> {{tl|<Template name>}} {{tl|<Template name>|<Template parameters>}} </pre> ; ''unnamed parameter'' 1 : Template name (without <code>Template:</code> prefix) ; ''unnamed parameter'' 2 - 9 : Optional. Template parameters ; nl : Optional flag to display an un-linked template usage. == Examples == : <code><nowiki>{{tl|stub}}</nowiki></code> returns {{tl|stub}} : <code><nowiki>{{tl|stub|1}}</nowiki></code> returns {{tl|stub|1}} : <code><nowiki>{{tl|stub|1|2|nl{{=}}y}}</nowiki></code> returns {{tl|stub|1|2|nl{{=}}y}} : <code><nowiki>{{tl|for|page|t1{{=}}alt text}}</nowiki></code> returns {{tl|for|page|t1{{=}}alt text}} == See also == <includeonly> [[Category:Formatting templates]] </includeonly><noinclude>[[Category:Template documentation]]</noinclude> 7cb4f0fa749ef8a18a48c4b5816357a225f4acee Template:Tlx 10 194 211 2025-03-25T22:55:52Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Template:Tl]] af3906f239c45d791753d3170c656eddd6d1af5f Template:UsesLua 10 195 212 2025-03-25T22:55:52Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Uses Lua]] 9675a92267565619bc6418ec4e88163985302408 Template:Uses Lua 10 196 213 2025-03-25T22:55:53Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <includeonly>{{Ambox | color = darkblue | icon = Lua logo.svg | title= This template uses one or more modules written in the Lua programming language. | message = For more information, see [[wikipedia:Wikipedia:Lua|Wikipedia:Lua]] or the [[mw:Extension:Scribunto/Lua reference manual|Lua reference manual on mediawiki.org]]. Modules used include: {{#if:{{{1|}}}|{{#arraymap:{{{1|}}}|,|%s|'''[[Module:%s|%s]]'''}}|''None provided''}}. | tiny = {{{tiny|}}} | class = {{{class|}}} }}</includeonly><noinclude>{{doc|Template:Ambox/doc}}</noinclude> 1930c9b36136a5562cfaf7584f811d62b114a58a Template:Uses Lua/doc 10 197 214 2025-03-25T22:55:54Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #REDIRECT [[Template:Ambox/doc]] 286a3914c1d2770ff27394ac3d3f36a685542cb8 Category:Candidates for deletion 14 198 215 2025-03-25T22:55:56Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Categories for loading gadgets 14 199 216 2025-03-25T22:55:57Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Wiki maintenance]] 197b5fc8ebad5537759adacc0079b4b2662cb4c4 Category:Video Game Settings Wiki 14 200 217 2025-03-25T22:55:58Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This is the top-level category. It contains meta categories and pages about the wiki. 8935f2b3e97edfeadd7bb206f1e17c03099ec24a Category:Documentation templates 14 201 218 2025-03-25T22:55:59Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Formatting templates 14 202 219 2025-03-25T22:56:00Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Hatnote templates 14 203 220 2025-03-25T22:56:01Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Hidden categories 14 204 221 2025-03-25T22:56:02Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki These categories are hidden on article pages. [[Category:Wiki maintenance]] e4d17499a8377d3f2b4b4a618a671e53111f43ca Category:Images 14 205 222 2025-03-25T22:56:03Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Media]] b141d2b9971d6efe9f59bd03449781e71411c631 Category:Infobox templates 14 206 223 2025-03-25T22:56:04Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Key template documentation 14 207 224 2025-03-25T22:56:05Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Template documentation]] e65ecf60878d4707b3b4c1e3962615e2d5f3b2ab Category:Legal notices 14 208 225 2025-03-25T22:56:06Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:{{SITENAME}}]] dd8aaa34cf600c1567d240a3f4bc615164a11592 Category:License templates 14 209 226 2025-03-25T22:56:07Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Logos 14 210 227 2025-03-25T22:56:07Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Images]] 8820b63e35aedd9d2666fe40b965d4e91ce0a106 Category:Main page boxes 14 211 228 2025-03-25T22:56:08Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Main page templates]] ce086f8cfa39aeb8137ffe34e5d41aa38300cf4e Category:Main page templates 14 212 229 2025-03-25T22:56:09Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Maps failing data validation 14 213 230 2025-03-25T22:56:10Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ __HIDDENCAT__ [[Category:Wiki maintenance]] 57e36e9878c3eb806aa6ee6f748a5c5e0cdd5a97 Category:Media 14 214 231 2025-03-25T22:56:11Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:{{SITENAME}}]] dd8aaa34cf600c1567d240a3f4bc615164a11592 Category:Navigation templates 14 215 232 2025-03-25T22:56:12Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Notice templates 14 216 233 2025-03-25T22:56:13Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] 06eecdec29f6cb215c99cf216d1e3bdc8c30a95e Category:Pages containing omitted template arguments 14 217 234 2025-03-25T22:56:14Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages including data maps 14 218 235 2025-03-25T22:56:14Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages including data maps failing validation 14 219 236 2025-03-25T22:56:16Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ __HIDDENCAT__ [[Category:Wiki maintenance]] 57e36e9878c3eb806aa6ee6f748a5c5e0cdd5a97 Category:Pages setting LuaCache keys 14 220 237 2025-03-25T22:56:17Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ __HIDDENCAT__ [[Category:Wiki maintenance]] 57e36e9878c3eb806aa6ee6f748a5c5e0cdd5a97 Category:Pages using DynamicPageList3 dplvar parser function 14 221 238 2025-03-25T22:56:17Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages using DynamicPageList3 parser function 14 222 239 2025-03-25T22:56:18Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages using TabberTransclude parser tag 14 223 240 2025-03-25T22:56:20Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages using Tabber parser tag 14 224 241 2025-03-25T22:56:20Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages using duplicate arguments in template calls 14 225 242 2025-03-25T22:56:21Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages using the RSS extension 14 226 243 2025-03-25T22:56:22Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] d17f98d5d77b5951b7a80755914239533ad6aba6 Category:Pages where expansion depth is exceeded 14 227 244 2025-03-25T22:56:23Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages where template include size is exceeded 14 228 245 2025-03-25T22:56:24Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages where the unstrip depth limit is exceeded 14 229 246 2025-03-25T22:56:25Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages where the unstrip size limit is exceeded 14 230 247 2025-03-25T22:56:26Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with DRUID infoboxes 14 231 248 2025-03-25T22:56:27Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a DRUID infobox. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 17ed4520e5c453209616df3c9b2306fce8ceb12f Category:Pages with Discord embeds 14 232 249 2025-03-25T22:56:28Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|Discord}} embed. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 11ff5616854d8913d2c371ae3c2c610278651846 Category:Pages with amboxes 14 233 250 2025-03-25T22:56:29Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with an {{tl|ambox}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] de382f794395f344d0147dbb96b9542d6f38f624 Category:Pages with broken file links 14 234 251 2025-03-25T22:56:30Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Wiki maintenance]] 197b5fc8ebad5537759adacc0079b4b2662cb4c4 Category:Pages with colors 14 235 252 2025-03-25T22:56:31Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|color}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] bcca0312385263c30522c744df6a8c8856c68fab Category:Pages with failing Cargo queries 14 236 253 2025-03-25T22:56:32Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with hatnotes 14 237 254 2025-03-25T22:56:33Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|hatnote}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 4ac7721cfcffb2f181820164d95f3af8d86c4fd7 Category:Pages with ignored display titles 14 238 255 2025-03-25T22:56:34Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with math errors 14 239 256 2025-03-25T22:56:35Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with math render errors 14 240 257 2025-03-25T22:56:36Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with navboxes 14 241 258 2025-03-25T22:56:37Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|navbox}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 3e48f396fafee5d8aecf6cd0dcb554c769f485a9 Category:Pages with non-numeric formatnum arguments 14 242 259 2025-03-25T22:56:38Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with quotes 14 243 260 2025-03-25T22:56:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|quote}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 2f764cddd1fb264f48b896ffd6e892df3c391e90 Category:Pages with reference errors 14 244 261 2025-03-25T22:56:39Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with script errors 14 245 262 2025-03-25T22:56:40Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with spoilers 14 246 263 2025-03-25T22:56:41Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This category contains every page with a {{tl|spoiler}}. It can be used for maintenance but primarily exists to enable the use of gadgets for targeted CSS and JS. __HIDDENCAT__ __EXPECTUNUSEDCATEGORY__ [[Category:Categories for loading gadgets]] 5822aa87e8a8897673ff589d00d2f0d622aa3be5 Category:Pages with syntax highlighting errors 14 247 264 2025-03-25T22:56:42Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with template loops 14 248 265 2025-03-25T22:56:43Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Pages with too many expensive parser function calls 14 249 266 2025-03-25T22:56:44Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Promotional images 14 250 267 2025-03-25T22:56:45Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki Official images used for purposes of promoting the game, that may not actually represent gameplay. [[Category:Images]] 80b893c439747ce681cf18cc579c3bc4c65cd502 Category:Stubs 14 251 268 2025-03-25T22:56:46Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Wiki maintenance]] 786037995b8f7e89762a8ea13b84ade091453c00 Category:Template documentation 14 252 269 2025-03-25T22:56:47Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Templates]] [[Category:Wiki maintenance]] c1800be0da4588b3b652fa5324aade2c496fb3c5 Category:Templates 14 253 270 2025-03-25T22:56:48Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:{{SITENAME}}]] dd8aaa34cf600c1567d240a3f4bc615164a11592 Category:Templates with no documentation 14 254 271 2025-03-25T22:56:48Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki __EXPECTUNUSEDCATEGORY__ [[Category:Templates]] [[Category:Wiki maintenance]] b1ff76c0593194e53e6bf42f37ca337a5493c57e Category:Wiki maintenance 14 255 272 2025-03-25T22:56:49Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki The sub-categories of this category contain pages that have been identified as needing attention for one or more of the following reasons: * Changes have been suggested that should be discussed first or are under discussion. * The page has flaws that need addressing by an editor with the knowledge or skills to help. * The action the page needs requires special rights. ''See also:'' * [[Special:BrokenRedirects|Broken redirects]] * [[Special:DoubleRedirects|Double redirects]] * [[Special:UncategorizedCategories|Uncategorized categories]] * [[Special:UncategorizedFiles|Uncategorized files]] * [[Special:UncategorizedPages|Uncategorized pages]] * [[Special:UncategorizedTemplates|Uncategorized templates]] * [[Special:WantedCategories|Wanted categories]] * [[Special:WantedFiles|Wanted files]] * [[Special:WantedPages|Wanted pages]] * [[Special:WantedTemplates|Wanted templates]] * [[Special:TrackingCategories|Other special tracking categories]] [[Category:{{SITENAME}}]] 4b90dc0dbd8c91e131e4ffcf22360b1c837b9717 Category:Wiki skin images 14 256 273 2025-03-25T22:56:50Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki [[Category:Images]] 8820b63e35aedd9d2666fe40b965d4e91ce0a106 Module:ArgsUtil 828 257 274 2025-03-25T22:56:52Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain local p = {} function p.merge() local f = mw.getCurrentFrame() local origArgs = f.args local parentArgs = f:getParent().args local args = {} for k, v in pairs(origArgs) do v = mw.text.trim(tostring(v)) if v ~= '' then args[k] = v end end for k, v in pairs(parentArgs) do v = mw.text.trim(v) if v ~= '' then args[k] = v end end return args end return p 1d1b2105bd857dcc5e33c8c0a8a780f67cbae72e Module:ArgsUtil/doc 828 258 275 2025-03-25T22:56:53Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This is a basic module for processing args. Usage: <syntaxhighlight lang="lua"> local util_args = require('Module:ArgsUtil') local p = {} function p.main(frame) local args = util_args.merge() -- it is not necessary to pass a `frame` object; `merge` will generate its own mw.logObject(args) -- `args` now contains args passed via the template merged with defaults provided directly via the invoke. -- anything the user sent via the template will be given priority. end return p </syntaxhighlight> == Extending this module == By design, {{ml|ArgsUtil}} is shipped with only a single function and no customization available; this simplifies documentation and covers nearly all use cases. An extended version of this module is available at [[support:Module:ArgsUtil|Module:ArgsUtil on the support wiki]] if you want additional functionality; and you can of course feel free to modify this module on your own wiki as needed. 6fc2a23dcff62ac5a222903e46bc56c07b0a2b1f Module:Infobox 828 259 276 2025-03-25T22:56:53Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain -- version 0.1.7 -------------------------------------- -- User settings, you can modify these -------------------------------------- -- if you want to not always use divs in your wiki (as opposed to tables), you can change this default -- just remember to change it back each time you update from the main "branch" on the support wiki! -- you can also control it per infobox with `|useDivs=yes` or `|useDivs=no` local USE_DIVS = true -- `false` or `true` -- default value to show if a param is missing in some but not all tabs. -- set to `nil` (not in quotes) to remove such rows altogether in the tabs where they're missing local TABBED_NONEXIST = nil -- `''` or `nil` or `'N/A'` etc. Don't put nil in quotes. --------------------------------------------------------------------------- -- Do not modify anything below this line unless you know what you're doing --------------------------------------------------------------------------- local h = {} local p = {} local hooks = {} function p.arraymap(frame) -- a lua implementation of Page Forms' arraymap local args = h.overwrite() local items = h.split(args[1], args[2] or ',') for i, item in ipairs(items) do items[i] = args[4]:gsub(args[3], item) end return table.concat(items, args[5] or ',') end function p.preprocess(frame) return frame:preprocess(frame.args[1] or frame:getParent().args[1]) end function p.main(frame) h.registerHooks() h.increment() local args = h.overwrite() local sep = args.sep or ',' h.castArgs(args, sep) if h.castBool(args.setmainimage or 'yes') then h.setMainImage(args.images[1]) end -- suggest to use HIDDENCAT here; will be used for maintenance & gadget imports return h.makeInfobox(args, sep), '[[Category:Pages with DRUID infoboxes]]' end function h.registerHooks() if not mw.title.new('Module:Infobox/Hooks').exists then return end hooks = require('Module:Infobox/Hooks') end function h.runHook(key, ...) if hooks[key] then hooks[key](...) end end function h.increment() -- optional use of VariablesLua for better compatibility local VariablesLua = mw.ext.VariablesLua if VariablesLua == nil then local res -- try to fall back to normal Variables res, h.counter = pcall( function() return mw.getCurrentFrame():callParserFunction('#var', {'DRUID_INFOBOX_ID', 0}) + 1 end ) if res then mw.getCurrentFrame():callParserFunction('#vardefine', {'DRUID_INFOBOX_ID', h.counter}) else -- else use a random number so at least there's some unique id h.counter = math.random(100000000000000000) -- random integer end else h.counter = VariablesLua.var('DRUID_INFOBOX_ID', 0) + 1 VariablesLua.vardefine('DRUID_INFOBOX_ID', h.counter) end end function h.castArgs(args, sep) h.runHook('onCastArgsStart', args, sep, args.kind) args.tabs = h.split(args.tabs or args.image_labels, sep) args.images = h.getImages(args, sep) args.sections = h.split(args.sections, sep) for _, section in ipairs(args.sections) do if h.castBool(args[section .. '_isdata']) then args[section .. 'Data'] = args[section] args[section] = section .. 'Data' args[section .. 'Data_nolabel'] = 'true' -- will be cast later end args[section] = h.split(args[section], sep) args[section .. '_tabs'] = h.split(args[section .. '_tabs'], sep) if #args.tabs > 0 and #args[section .. '_tabs'] > 0 then error(('You cannot specify |tabs= and |%s= at the same time, please pick one'):format(section .. '_tabs')) end end if args.useDivs then USE_DIVS = h.castBool(args.useDivs) end -- this would be in the outer scope, but we're hiding it h.entityType = USE_DIVS and 'div' or 'table' -- key of h.htmlEntities h.runHook('onCastArgsEnd', args, sep, args.kind) end function h.getImages(args, sep) if args.image and not args.images then args.images = args.image end if args.images then return h.split(args.images, sep) end if not args.tabs then return {} end local ret = {} for _, key in ipairs(args.tabs) do if args[key .. '_image'] then ret[#ret+1] = args[key .. '_image'] end end return ret end function h.setMainImage(file) if h.counter > 1 then return end if not file then return end local fileText = file:gsub('.-:', '') fileText = fileText:gsub('^([^|%]]+).*', '%1') -- setmainimage is guaranteed to exist on wiki.gg but may not exist on other wikis -- it's not a crucial piece of functionality so we'll fail silently if it doesn't exist pcall(function() mw.getCurrentFrame():callParserFunction{ name = '#setmainimage', args = { fileText }, } end) end function h.makeInfobox(args, sep) local out = mw.html.create(h.getTag('container')) :addClass('druid-infobox') :addClass('druid-container') :addClass('noexcerpt') :addClass(args.class) -- warning: class can be nil, don't concat anything :attr('id', args.id or ('druid-container-' .. h.counter)) h.runHook('onMakeOutputStart', out, args) if args.kind then out:addClass('druid-container-' .. h.escape(args.kind)) end h.printTitle(out, args) h.printImages(out, args.images, args) for _, section in ipairs(args.sections) do -- cannot begin tagging here because we don't know if any applicable args are present local cols = args[section .. '_columns'] local makeSection = cols and h.makeGridSection or h.makeSection out:node(makeSection(section, args[section], args, tonumber(cols))) end h.runHook('onMakeOutputEnd', out, args) -- category for gadget loading return out, '[[Category:Pages with DRUID infoboxes]]' end function h.printTitle(out, args) local tabs = args.tabs if not tabs or #tabs == 0 then h.printSimpleTitle(out, args) return end if not h.hasComplexData('title', tabs, args) then h.printSimpleTitle(out, args) return end local node = h.printTitleWrapper(out) h.printTabbedDataItem(node, 'title', tabs, args) end function h.printSimpleTitle(out, args) if args.title then local node = h.printTitleWrapper(out) node:wikitext(args.title) end end function h.printTitleWrapper(out) return out:tag(h.getTag('titleOuter')) :tag(h.getTag('titleInner')) :addClass('druid-title') :attr('colspan', 2) end function h.printTabbedDataItem(node, item, tabs, args) -- hasData isn't used in the title case but we will need to track this -- when we're printing section data later on -- so we'll just track it always local hasData = false for i, label in ipairs(tabs) do local div = node:tag('div') :addClass('druid-toggleable-data') :addClass('druid-toggleable') :attr('data-druid', h.counter .. '-' .. i) :attr('data-druid-tab-key', label) if h.getTabbedContent(args, label, item) then hasData = true div:wikitext('\n\n' .. h.getTabbedContent(args, label, item)) div:addClass('druid-toggleable-data-nonempty') else div:addClass('druid-toggleable-data-empty') end if i == 1 then div:addClass('focused') end end return hasData end function h.printImages(out, images, args) if #images == 0 and #args.tabs == 0 then return end -- burden is on the user to format this as an image. this should be done in the infobox template, -- with something like |image={{#if:{{{image|}}}|[[File:{{{image|}}}{{!}}300px{{!}}link=]]}} local td = out:tag(h.getTag('section')) :addClass('druid-section-container') :tag(h.getTag('cell')) :attr('colspan', 2) local tabs = args.tabs local tabTexts = h.getImageTabTexts(tabs, images, args) h.printTabs(td, tabs, tabTexts, false, args) if #images == 0 then return end if #images == 1 then td:addClass('druid-main-image') :wikitext(images[1]) if args.caption then td:tag('div') :addClass('druid-main-image-caption') :wikitext(args.caption) end return end td:addClass('druid-main-images') local imagesContainer = td:tag('div') :addClass('druid-main-images-files') for i, image in ipairs(images) do local container = imagesContainer:tag('div') :addClass('druid-main-images-file') :addClass('druid-toggleable') :attr('data-druid', h.counter .. '-' .. i) :wikitext(image) :attr('data-druid-tab-key', tabs[i]) local labelText if tabs[i] then labelText = args[tabs[i] .. '_label'] or tabs[i] else labelText = '[[Category:Infoboxes missing image labels]]Image ' .. i end if args[labelText .. '_caption'] then container:tag('div') :addClass('druid-main-images-caption') :wikitext(args[labelText .. '_caption']) end if i == 1 then container:addClass('focused') end end end function h.getImageTabTexts(tabs, images, args) if #tabs == 0 and #images <= 1 then return {} end local texts = {} local i = 1 while images[i] or tabs[i] do if tabs[i] then texts[i] = args[tabs[i] .. '_label'] or tabs[i] else texts[i] = '[[Category:Infoboxes missing image labels]]Image ' .. i end i = i + 1 end return texts end function h.printTabs(td, tabs, texts, isSection, args) if #texts == 0 then return end local container = td:tag('div') :addClass('druid-main-images-labels') :addClass('druid-tabs') if isSection then container:addClass('druid-section-tabs') end for i, item in ipairs(tabs) do local label = container:tag('div') :addClass('druid-main-images-label') :addClass('druid-tab') :addClass('druid-toggleable') :attr('data-druid', h.counter .. '-' .. i) :wikitext(texts[i]) :attr('data-druid-tab-key', item) if isSection then label:addClass('druid-section-tab') else label:addClass('druid-title-tab') end if i == 1 then label:addClass('focused') end -- this can be null, don't concat anything here label:addClass(args[item .. '_class']) end end function h.makeGridSection(section, sectionFields, args, numCols) local numItems = h.countItems(sectionFields, section, args) if numItems == 0 then return end local node = mw.html.create(h.getTag('section')) :addClass('druid-section-container') h.printSectionHeader(node, section, args) h.printSectionTabs(node, section, args) local tr = node:tag(h.getTag('row')) :attr('data-druid-section-row', h.escape(section)) if args[section .. '_collapsed'] then tr:addClass('druid-collapsed') end local grid = tr:tag(h.getTag('cell')) :attr('colspan', 2) :addClass('druid-grid-section') :addClass('druid-grid-section-' .. h.escape(section)) :addClass(args[section .. '_class']) -- warning: class can be nil, don't concat anything :tag('div') :addClass('druid-grid') local row, col, i = 1, 1, 1 local sizeOfLastRow = numItems % numCols local lcm = h.getNumGridCols(numItems, sizeOfLastRow, numCols) grid:css('grid-template-columns', ('repeat(%s, 1fr)'):format(lcm)) local size = lcm / numCols for _, item in ipairs(sectionFields) do local node = mw.html.create('div') local shouldPrint = h.printData(node, item, section, args) if shouldPrint then if i == numItems - sizeOfLastRow + 1 then size = lcm / sizeOfLastRow end i = i + 1 local gStart = (col - 1) * size + 1 local gEnd = (col) * size + 1 local itemContainer = grid:tag('div') :addClass('druid-grid-item') :addClass('druid-grid-item-' .. h.escape(item)) :addClass(args[item .. '_class']) -- warning: class can be nil, don't concat anything :css('grid-column', ('%s / %s'):format(gStart, gEnd)) :css('grid-row', row) if not h.castBool(args[item .. '_nolabel']) then h.printLabel(itemContainer:tag('div'), item, args) end itemContainer:node(node) if col == numCols then row = row + 1 col = 1 else col = col + 1 end end end return node end function h.makeSection(section, sectionFields, args) if section == '' then return end -- bruteforce fix for trailing commas local shouldPrint = false local container = mw.html.create(h.getTag('section')) :addClass('druid-section-container') :addClass(args[section .. '_class']) -- warning: class can be nil, don't concat anything h.printSectionHeader(container, section, args) h.printSectionTabs(container, section, args) for _, item in ipairs(sectionFields) do local node = mw.html.create(h.getTag('cell')) local shouldPrintItem = h.printData(node, item, section, args) if shouldPrintItem then shouldPrint = true local tr = container:tag(h.getTag('row')) :addClass('druid-row') :addClass('druid-row-' .. h.escape(item)) :addClass(args[item .. '_class']) -- warning: class can be nil, don't concat anything :attr('data-druid-section-row', h.escape(section)) if args[section .. '_collapsed'] then tr:addClass('druid-collapsed') end if h.castBool(args[item .. '_wide']) or h.castBool(args[item .. '_nolabel']) then node :attr('colspan', 2) :addClass('druid-data-wide') else h.printLabel(tr:tag(h.getTag('label')), item, args) end tr:node(node) end end if not shouldPrint then return nil end return container end function h.countItems(sectionFields, section, args) local numItems = 0 for _, v in ipairs(sectionFields) do -- we aren't actually printing here, but we're finding out if we should print anything -- because we need the count of columns before we print anything in grid data if h.printData(mw.html.create(), v, section, args) then numItems = numItems + 1 end end return numItems end function h.getNumGridCols(numItems, sizeOfLastRow, numCols) if not numCols then return numItems, 1 end if numItems < numCols then return numItems, 1 end if sizeOfLastRow == 0 then return numCols, 1 end local a, b = sizeOfLastRow, numCols while b ~= 0 do a, b = b, a % b end local lcm = sizeOfLastRow * numCols / a return lcm end function h.printLabel(node, item, args) return node :addClass('druid-label') :addClass('druid-label-' .. h.escape(item)) :wikitext(args[item .. '_display'] or args[item .. '_label'] or item) end function h.printData(node, item, section, args) -- prints data to the node -- and also returns whether the item is nonempty or not local hasData = false local sectionTabs = args[section .. '_tabs'] local tabs = args.tabs if sectionTabs and #sectionTabs > 0 then tabs = sectionTabs end if not tabs or #tabs == 0 then return h.printSimpleData(node, item, args) end if not h.hasComplexData(item, tabs, args) then return h.printSimpleData(node, item, args) end hasData = hasData or h.printTabbedDataItem(node, item, tabs, args) if hasData then node:addClass('druid-data') end return hasData end function h.getTabbedContent(args, label, item) return args[label .. '_' .. item] or args[item] or TABBED_NONEXIST end function h.printSimpleData(node, item, args) if args[item] and type(args[item]) ~= 'string' then error(("Invalid use of field %s as both a section and a data value"):format(item)) end if not args[item] then return false end node:addClass('druid-data') :addClass('druid-data-' .. h.escape(item)) :addClass('druid-data-nonempty') :wikitext('\n\n' .. args[item]) return true end function h.hasComplexData(item, tabs, args) for _, v in ipairs(tabs) do if args[v .. '_' .. item] then return true end end return false end function h.printSectionHeader(node, section, args) if h.castBool(args[section .. '_nolabel']) then return end local tr = node:tag(h.getTag('row')) :attr('data-druid-section', h.escape(section)) local th = tr:tag(h.getTag('sectionTitle')) :attr('colspan', 2) :addClass('druid-section') :addClass('druid-section-' .. h.escape(section)) if args[section .. '_collapsible'] or args[section .. '_collapsed'] then tr:addClass('druid-collapsible') if args[section .. '_collapsed'] then tr:addClass('druid-collapsible-collapsed') end end local emptySections = {} for _, label in ipairs(args.tabs) do local hasLabel = false for _, item in ipairs(args[section] or {}) do if h.getTabbedContent(args, label, item) then hasLabel = true end end if not hasLabel then emptySections[label] = true end end if not next(emptySections) then th:wikitext(args[section .. '_label'] or section) return end for i, label in ipairs(args.tabs) do local div = th:tag('div') :addClass('druid-toggleable-heading') :addClass('druid-toggleable') :attr('data-druid', h.counter .. '-' .. i) :wikitext(args[section .. '_label'] or section) -- we are going to print the section content even in empty nodes -- for compatibility with browsers without :has, where hiding empty rows won't happen if emptySections[label] then div:addClass('druid-toggleable-heading-empty') end if i == 1 then div:addClass('focused') end end end function h.printSectionTabs(node, section, args) local tabs = args[section .. '_tabs'] if not tabs or #tabs == 0 then return end local tr = node:tag(h.getTag('sectionTabsOuter')) :attr('data-druid-section', h.escape(section)) local th = tr:tag(h.getTag('sectionTabs')) :attr('colspan', 2) :addClass('druid-section-tabs') :addClass('druid-section-tabs-' .. h.escape(section)) local texts = {} for i, item in ipairs(tabs) do texts[i] = args[item .. '_label'] or item end h.printTabs(th, tabs, texts, true, args) end ---------------------------- -- general utility functions ---------------------------- function h.overwrite() -- this is a generic utility function that collects args from the invoke call & the parent template. -- normally, you merge args with parent template overwriting the invoke call, but -- since we'll be putting markup/formatting into our invoke call, -- we actually want to overwrite what the user sent. local f = mw.getCurrentFrame() local origArgs = f.args local parentArgs = f:getParent().args local args = {} for k, v in pairs(parentArgs) do v = mw.text.trim(v) if v ~= '' then args[k] = v end end for k, v in pairs(origArgs) do v = mw.text.trim(tostring(v)) if v ~= '' then args[k] = v end end return args end -- generic utility functions -- these would normally be provided by other modules, but to make installation easy -- I'm including everything here function h.split(text, pattern, plain) if not text then return {} end local ret = {} for m in h.gsplit(text, pattern, plain) do ret[#ret+1] = m end return ret end function h.gsplit( text, pattern, plain ) if not pattern then pattern = ',' end if not plain then pattern = '%s*' .. pattern .. '%s*' end local s, l = 1, text:len() return function () if s then local e, n = text:find( pattern, s, plain ) local ret if not e then ret = text:sub( s ) s = nil elseif n < e then -- Empty separator! ret = text:sub( s, e ) if e < l then s = e + 1 else s = nil end else ret = e > s and text:sub( s, e - 1 ) or '' s = n + 1 end return ret end end, nil, nil end function h.escape(s) s = s:gsub(' ', '') :gsub('"', '') :gsub("'", '') :gsub("%?", '') :gsub("%%", '') :gsub("%[", '') :gsub("%]", '') :gsub("{", '') :gsub("}", '') :gsub("!", '') return s end -- normally I would make these constants at the top of the file -- but I don't want to mistake them with user-set constants h.boolFalse = { ['false'] = true, ['no'] = true, [''] = true, ['0'] = true, ['nil'] = true } function h.castBool(x) if not x then return false end return not h.boolFalse[tostring(x):lower()] end h.htmlEntities = { table = { container = 'table', titleOuter = 'tr', titleInner = 'th', section = '', sectionTitle = 'th', sectionTabsOuter = 'tr', sectionTabs = 'td', row = 'tr', label = 'th', cell = 'td', }, div = { container = 'div', titleOuter = 'div', titleInner = 'div', section = 'div', sectionTitle = 'div', sectionTabsOuter = 'div', sectionTabs = 'div', row = 'div', label = 'div', cell = 'div', } } function h.getTag(key) -- try not to totally fail here return h.htmlEntities[h.entityType or 'div'][key] end return p 0b872baa88950499ed588906ea3b07f363640076 Module:Infobox/doc 828 260 277 2025-03-25T22:56:55Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{luadoc}} This module enables the creation of [[support:DRUID infoboxes|DRUID infoboxes]]. 0ce687b29fc5e2d6cad14853a8412fa91910000f Module:Main page 828 261 278 2025-03-25T22:56:56Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain local p = {} local h = {} -- merge args from frame and frame:getParent() function h.mergeArgs(frame) local inputArgs = {} for k, v in pairs(frame.args) do v = mw.text.trim(tostring(v)) if v ~= '' then inputArgs[k] = v end end for k, v in pairs(frame:getParent().args) do v = mw.text.trim(v) if v ~= '' then inputArgs[k] = v end end return inputArgs end -------------------------------------------------------------------- function p.main(frame) local args = h.mergeArgs(frame) -- use the rootpage parameter if given, otherwise use the current page name local rootpage = args['rootpage'] or mw.title.getCurrentTitle().fullText -- parse the arguments into CSS variables that contain legal syntax for grid-template-areas local desktop = "--main-page-layout--desktop: '" .. string.gsub(args['desktop'], '\n', "' '") .. "';" local tablet = "--main-page-layout--tablet: '" .. string.gsub(args['tablet' ], '\n', "' '") .. "';" local mobile = "--main-page-layout--mobile: '" .. string.gsub(args['mobile' ], '\n', "' '") .. "';" -- grid-template-columns overrides local desktop_cols = mw.text.trim(string.gsub(args['desktop-columns'] or '', ';', '')) local tablet_cols = mw.text.trim(string.gsub(args[ 'tablet-columns'] or '', ';', '')) local mobile_cols = mw.text.trim(string.gsub(args[ 'mobile-columns'] or '', ';', '')) -- set the variables used by grid-template-columns if desktop_cols ~= '' then desktop = desktop .. '--main-page-layout-columns--desktop: '.. desktop_cols ..';' end if tablet_cols ~= '' then tablet = tablet .. '--main-page-layout-columns--tablet: '.. tablet_cols ..';' end if mobile_cols ~= '' then mobile = mobile .. '--main-page-layout-columns--mobile: '.. mobile_cols ..';' end local boxes = {} -- list of all boxes local boxes_in_layout = {} -- list of layouts, then list of all boxes in that layout local missing_boxes = {} -- list of layouts, then list of boxes that are *not* included in that layout -- add every box referenced in the layout rules once function parse_layout(layout) for _,name in pairs(mw.text.split(mw.text.trim(args[layout]), '%s')) do boxes[name] = true -- list as set boxes_in_layout[layout][name] = true end end local layouts = {'desktop', 'tablet', 'mobile'} -- loop through the layouts the first time to set up the box lists for _,layout in pairs(layouts) do boxes_in_layout[layout] = {} missing_boxes[layout] = {} parse_layout(layout) end -- then loop through the layouts a second time because we need to compare those completed lists to check for missing boxes for _,layout in pairs(layouts) do for name,_ in pairs(boxes) do if boxes_in_layout[layout][name] ~= true then mw.addWarning( 'WARNING: the \"' .. name .. '\" box is missing in the ' .. layout .. ' layout. If this is intentional, you can ignore this warning.') missing_boxes[layout][name] = true end end end -- start our mp-container wrapper, and add our variables from earlier as inline styles to declare them -- the rootpage is added to the dataset so it's easily accessible by mp-edit-links.js and it doesn't need to make its own API call local output = mw.html.create() local container = output:tag('div'):attr('id', 'mp-container'):cssText(desktop .. tablet .. mobile):attr('data-rootpage', rootpage) -- loop through boxes and add the relevant main page subpages into the output for box,_ in pairs(boxes) do mw.ext.VariablesLua.vardefine('imp-variable-id', box) -- using a vardefine lets us pass this directly to the template without going through the user-facing box local pre_vardefine = '' for _,layout in pairs(layouts) do pre_vardefine = pre_vardefine .. (missing_boxes[layout][box] and '0' or '1') .. ',' end -- formatted as a psuedo-bitmask to reduce variable usage, "<display-on-destop>, <display-on-tablet>, <display-on-mobile>," each value is 0 or 1 (trailing comma is insignificant) -- expected to be used with #explode in the template receiving the variable mw.ext.VariablesLua.vardefine('imp-variable-display-box', pre_vardefine) if mw.title.new(rootpage .. '/' .. box).exists then container:wikitext(frame:expandTemplate{ title = ':' .. rootpage .. '/' .. box}) else container:wikitext(frame:expandTemplate{ title = 'Main page box/missing', args = { box, rootpage = rootpage}}) -- See [[Template:Main page box/missing]] end end return output end return p 048647e5c442756f2b67e3e3a22c405e2234715d Module:Navbox 828 262 279 2025-03-25T22:56:57Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain -- version 1.2.2 -- config table for RANGER. -- If you want to change the default config, DO NOT change it here, -- please do it via the `onLoadConfig` hook in [[Module:Navbox/Hooks]]. local config = { default_navbox_class = "navigation-not-searchable", -- Base value of the `class` parameter. default_title_class = nil, -- Base value of the `title_class` parameter. default_above_class = nil, -- Base value of the `above_class` parameter. default_below_class = nil, -- Base value of the `below_class` parameter. default_section_class =nil, -- Base value of the `section_class` parameter. default_header_class = nil, -- Base value of the `header_class` parameter. default_group_class = nil, -- Base value of the `group_class` parameter. default_list_class = 'hlist', -- Base value of the `list_class` parameter. default_header_state = nil, -- Base value of the `state` parameter. editlink_hover_message_key = 'Navbox-edit-hover', -- The system message name for hover text of the edit icon. custom_render_handle = nil, -- usually for debugging purposes only. if set, it should be a function accept 2 parameters: `dataTree` and `args`, and return a string as module output. } --------------------------------------------------------------------- -- Argument alias. local CANONICAL_NAMES = { ['titlestyle'] = 'title_style', ['listclass'] = 'list_class', ['groupstyle'] = 'group_style', ['collapsible'] = 'state', ['editlink'] = 'meta', ['editlinks'] = 'meta', ['editicon'] = 'meta', ['edit_link'] = 'meta', ['edit_links'] = 'meta', ['edit_icon'] = 'meta', ['navbar'] = 'meta', ['name'] = 'template', ['evenodd'] = 'striped', ['class'] = 'navbox_class', ['css'] = 'navbox_style', ['style'] = 'navbox_style', ['group'] = '1:group', ['list'] = '1:list', } local DEFAULT_ARGS = { ['meta'] = true, } local STATES = { ['no'] = '', ['off'] = '', ['plain'] = '', ['collapsed'] = 'mw-collapsible mw-collapsed', } local BOOL_FALSE = { ['no'] = true, ['off'] = true, ['false'] = true, } local STRIPED = { ['odd'] = 'striped-odd', ['swap'] = 'striped-odd', ['y'] = 'striped-even', ['yes'] = 'striped-even', ['on'] = 'striped-even', ['even'] = 'striped-even', ['striped'] = 'striped-even', } local NAVBOX_CHILD_INDICATOR = '!!C$H$I$L$D!!' local NAVBOX_CHILD_INDICATOR_LENGTH = string.len( NAVBOX_CHILD_INDICATOR ) local CLASS_PREFIX = 'ranger-' --------------------------------------------------------------------- local p = {} local h = {} -- non-public local hooks = mw.title.new('Module:Navbox/Hooks').exists and require('Module:Navbox/Hooks') or {} --------------------------------------------------------------------- -- For templates: {{#invoke:navbox|main|...}} function p.main(frame) local args = p.mergeArgs(frame) return p.build(args, true) end -- For modules: return require('module:navbox').build(args) -- By default this method will skip the arguments sanitizing phase -- (and onSanitizeArgsStart/onSanitizeArgsEnd hooks). -- Set `doParseArgs` to true to do arguments sanitizing. -- If `customConfig` table is provided, it will be merged into default config table (after onLoadConfig()). -- If `customHooks` table is provided, all default hook handles will be overrided, unprovided hooks will be empty. function p.build(args, doParseArgs, customConfig, customHooks) if customHooks then hooks = customHooks end if doParseArgs then args = h.parseArgs(args) end h.runHook('onLoadConfig', config, args) if customConfig then for k,v in pairs(customConfig) do config[k] = v end end --merge default args for k,v in pairs(DEFAULT_ARGS) do if args[k] == nil then args[k] = DEFAULT_ARGS[k] end end h.runHook('onBuildTreeStart', args) local dataTree = h.buildDataTree(args) h.runHook('onBuildTreeEnd', dataTree, args) if type(config.custom_render_handle) == 'function' then return config.custom_render_handle(dataTree, args) else return h.render(dataTree) end end -- merge args from frame and frame:getParent() -- It may be used when creating custom wrapping navbox module. -- -- For example, Module:PillNavbox -- -- local RANGER = require('Module:Navbox') -- local p = {} -- function p.main(frame) -- return RANGER.build(RANGER.mergeArgs(frame), true, { -- default_navbox_class = 'pill', -- use "pill" style by default. -- }) -- end -- return p -- function p.mergeArgs(frame) local inputArgs = {} for k, v in pairs(frame.args) do v = mw.text.trim(tostring(v)) if v ~= '' then inputArgs[k] = v end end for k, v in pairs(frame:getParent().args) do v = mw.text.trim(v) if v ~= '' then inputArgs[k] = v end end return inputArgs end ------------------------------------------------------------------------ function h.parseArgs(inputArgs) h.runHook('onSanitizeArgsStart', inputArgs) local args = {} for k, v in pairs(inputArgs) do if type(k) == 'string' then -- all named args have already been trimmed local key = h.normalizeKey(k) args[key] = h.normalizeValue(key, v) else args[k] = mw.text.trim(v) -- keep number-index arguments (for {{navbox|child|...}}) end end h.runHook('onSanitizeArgsEnd', args, inputArgs) return args end -- Normalize the name string of arguments. -- the normalized form is (index:)?name, in which: -- index is number index such as 1, 1.3, 1.2.45, -- name is in lowercase underscore-case, such as group, group_style -- e.g: header_state, 1.3:list_style -- the input argument name can be: -- * camel-case: listStyle, ListStyle -- * space separated: list style -- * prefix+index+postfix?, and can be in camel-case or space/hyphen separated or mixed: list 1 style, list1, list1Style, list1_style -- * index.name: 1.3.list -- * index_name: 1.3_list (Space separated are treated as underscore separated, therefore 1.3 list are vaild too) function h.normalizeKey(s) -- camel-case to lowercase underscore-case s = s:gsub('%l%f[%u]', '%0_') -- listStyle to list_style s = (s:gsub(' ', '_')):lower() -- space to underscore s = s:gsub('%l%f[%d]', '%0_') -- group1* to group_1* s = s:gsub('%d%f[%l]', '%0_') -- *1style to *1_style -- number format x_y_z to x.y.z s = s:gsub('(%d)_%f[%d]', '%1%.') -- move index to the beginning: -- group_1.2_style to 1.2:group_style -- group_1 to 1:group s = s:gsub('^([%l_]+)_([%d%.]+)', '%2:%1') -- support index.name and index_name: -- 1.2.group / 1.2_group to 1.2:group s = s:gsub('^([%d%.]+)[%._]%f[%l]', '%1:') -- now the key should be in normalized form, if the origin key is vaild -- standardize *_css to *_style s = s:gsub('_css$', '_style') -- standardize *collapsible to *state s = s:gsub('collapsible$', 'state') -- standardize all aliases to the canonical name return CANONICAL_NAMES[s] or s end function h.normalizeValue(k, v) k = tostring(k) if k:find('_style$') then v = (v .. ';'):gsub(';;', ';') return v elseif k:find('state$') then return STATES[v] elseif k == 'striped' then return STRIPED[v] elseif k == 'meta' then return not BOOL_FALSE[v] elseif v:sub(1, 2) == '{|' or v:match('^[*:;#]') then -- Applying nowrap to lines in a table does not make sense. -- Add newlines to compensate for trim of x in |parm=x in a template. return '\n' .. v ..'\n' end return v end -- parse arguments, convert them to structured data tree function h.buildDataTree(args) -- parse args to a tree local tree = h.buildTree(args) -- build root navbox data local data = h.buildNavboxData(tree.info) -- Recursively build section tree if tree.children then data.sections = h.buildSections(tree.children, { listClass = h.mergeAttrs(args.list_class, config.default_list_class), listStyle = args.list_style, groupClass = h.mergeAttrs(args.group_class, config.default_group_class), groupStyle = args.group_style, sectionClass = h.mergeAttrs(args.section_class, config.default_section_class), sectionStyle = args.section_style, headerClass = h.mergeAttrs(args.header_class, config.default_header_class), headerStyle = args.header_style, headerState = args.header_state or config.default_header_state, }) end if args[1] == 'child' then data.CHILD_MODE = true end return data end function h.buildSections(list, defaults) local sections = {} local section = nil for k, node in h.orderedPairs(list) do local info = node.info or {} --start a new section if needed if info.header or not section then section = { class = h.mergeAttrs(info.section_class, defaults.sectionClass), style = h.mergeAttrs(info.section_style, defaults.sectionStyle), body = {} } -- Section header if needed. -- If the value of a `|header_n=` is two or more consecutive "-" characters (e.g. --, -----), -- it means start a new section without header, and the new section will be not collapsable. if info.header and not string.match(info.header, '^%-%-+$') then section.header = { content = info.header, class = h.mergeAttrs(info.header_class, defaults.headerClass), style = h.mergeAttrs(info.header_style, defaults.headerStyle), } section.state = info.state or defaults.headerState or 'mw-collapsible' end sections[#sections+1] = section end -- above/below for this section if info.above then section.above = { content = info.above, class= h.mergeAttrs(info.above_class, config.default_above_class), style = info.above_style, } end if info.below then section.below = { content = info.below, class= h.mergeAttrs(info.below_class, config.default_below_class), style = info.below_style, } end -- this group+list row if info.group or info.list or node.children then local row = {} section.body[#section.body+1] = row if info.group then row.group = { content = info.group, class = h.mergeAttrs(info.group_class, defaults.groupClass), style = h.mergeAttrs(info.group_style, defaults.groupStyle), } end if info.list then if string.sub(info.list, 1, NAVBOX_CHILD_INDICATOR_LENGTH) == NAVBOX_CHILD_INDICATOR then -- it is from {{navbox|child| ... }} row.sections = mw.text.jsonDecode(string.sub(info.list, NAVBOX_CHILD_INDICATOR_LENGTH+1)) else row.list = { content = info.list, class = h.mergeAttrs(info.list_class, defaults.listClass), style = h.mergeAttrs(info.list_style, defaults.listStyle), } end end -- sub-nodes, will override {{navbox|child| ... }} if node.children then row.sections = h.buildSections(node.children, defaults) end end end -- flatten if needed: -- If a section has only one list with no content and no corresponding group but has sublists, these sublists will be moved to upper level. for _, sect in ipairs(sections) do if #sect.body == 1 then local node = sect.body[1] if not node.group and not node.list and node.sections and #node.sections == 1 and not node.sections[1].header then sect.body = node.sections[1].body end end end return sections end function h.buildNavboxData(info) local data = { state = info.state or 'mw-collapsible', -- here we need a default value for empty input striped = info.striped, class = h.mergeAttrs(info.navbox_class, config.default_navbox_class), style = info.navbox_style, } -- data for titlebar if info.title or info.meta or data.state ~= '' then data.title = { content = info.title, class = h.mergeAttrs(info.title_class, config.default_title_class), style = info.title_style, } if info.meta then data.metaLinks = { link = info.meta_link, -- will be used as [[$link|$text]] url = info.meta_url, -- will be used as [$url $text], only if there is no data.metaLinks.link text = info.meta_text, --hovertext } if not info.meta_link and not info.meta_url then -- default link target local title = mw.title.new(info.template or mw.getCurrentFrame():getParent():getTitle(), 'Template') if not title then error('Invalid title ' .. info.template) end data.metaLinks.link = title.fullText end if not info.meta_text then local msg = mw.message.new(config.editlink_hover_message_key) data.metaLinks.text = msg:exists() and msg:plain() or 'View or edit this template' end end end -- above/below if info.above then data.above = { content = info.above, class= h.mergeAttrs(info.above_class, config.default_above_class), style = info.above_style, } end if info.below then data.below = { content = info.below, class= h.mergeAttrs(info.below_class, config.default_below_class), style = info.below_style, } end return data end -- parse arguments, convert them into a tree based on their index -- each node on tree is { info = { #data for this node# }, children = {#children nodes#} } function h.buildTree(args, defaults) local tree = { info = {} } local check = function(key, value) local index, name = string.match(key, '^([%d%.]+):(.+)$') -- no number index found, for root node if not index then tree.info[key] = value return end -- filter invalid number index if string.match(index, '^%.') or string.match(index, '%.$') or string.match(index, '%.%.') then return end -- find the node that matches the index in the tree local arr = mw.text.split(index, '.', true) local node = tree for _, v in ipairs(arr) do v = tonumber(v) if not node.children then node.children = {} end if not node.children[v] then node.children[v] = { info = {} } end node = node.children[v] end node.info[name] = value end for k,v in pairs(args) do check(k, v) end return tree end function h.render(data) -- handle {{navbox|child|...}} syntax if data.CHILD_MODE then return NAVBOX_CHILD_INDICATOR..mw.text.jsonEncode(data.sections) end ----- normal case ----- local out = mw.html.create() -- build navbox container local navbox = out:tag('div') :attr('role', 'navigation'):attr('aria-label', 'Navbox') :addClass(CLASS_PREFIX..'navbox') :addClass(data.class) :addClass(data.striped) :addClass(data.state) :cssText(data.style) --title bar if data.title then local titlebar = navbox:tag('div'):addClass(CLASS_PREFIX..'title') titlebar:tag('div'):addClass('mw-collapsible-toggle-placeholder') if data.metaLinks then titlebar:node(h.renderMetaLinks(data.metaLinks)) end if data.title then titlebar:addClass(data.title.class):tag('div') :addClass(CLASS_PREFIX..'title-text') :addClass(data.title.class) :cssText(data.title.style) :wikitext(data.title.content) end end --above if data.above then navbox:tag('div') :addClass(CLASS_PREFIX..'above mw-collapsible-content') :addClass(data.above.class) :cssText(data.above.style) :wikitext(data.above.content) :attr('id', (not data.title) and mw.uri.anchorEncode(data.above.content) or nil) -- id for aria-labelledby attribute, if no title end -- sections if data.sections then h.renderSections(data.sections, navbox, 0, true) else -- Insert a blank section for completely empty navbox to ensure it behaves correctly when collapsed. if not data.above and not data.below then navbox:tag('div'):addClass(CLASS_PREFIX..'section mw-collapsible-content') end end --below if data.below then navbox:tag('div') :addClass(CLASS_PREFIX..'below mw-collapsible-content') :addClass(data.below.class) :cssText(data.below.style) :wikitext(data.below.content) end return tostring(out)..'[[Category:Pages with navboxes]]' -- suggest to use HIDDENCAT here; will be used for maintenance & gadget imports end function h.renderSections(data, container, level, even) for i,sect in ipairs(data) do --section box local section = container:tag('div') :addClass(CLASS_PREFIX..'section mw-collapsible-content') :addClass(sect.class) :addClass(sect.state) :cssText(sect.style) -- section header if sect.header then section:tag('div') :addClass(CLASS_PREFIX..'header') :addClass(sect.header.class) :cssText(sect.header.style) :tag('div'):addClass('mw-collapsible-toggle-placeholder'):done() :tag('div'):addClass(CLASS_PREFIX..'header-text'):wikitext(sect.header.content) end -- above: if sect.above then section:tag('div') :addClass(CLASS_PREFIX..'above mw-collapsible-content') :addClass(sect.above.class) :cssText(sect.above.style) :wikitext(sect.above.content) end -- body: groups&lists local box = section:tag('div'):addClass(CLASS_PREFIX..'section-body mw-collapsible-content') even = h.renderBody(sect.body, box, level, (level==0) and true or even) -- reset even status each section -- below: if sect.below then section:tag('div') :addClass(CLASS_PREFIX..'below mw-collapsible-content') :addClass(sect.below.class) :cssText(sect.below.style) :wikitext(sect.below.content) end end return even end function h.renderMetaLinks(info) local box = mw.html.create('span'):addClass(CLASS_PREFIX..'meta') local meta = box:tag('span'):addClass('nv nv-view') if info.link then meta:wikitext('[['..info.link..'|') :tag('span'):wikitext(info.text):attr('title', info.text):done() :wikitext(']]') elseif info.url then meta:wikitext('['..info.url..' ') :tag('span'):wikitext(info.text):attr('title', info.text):done() :wikitext(']') end return box end function h.renderBody(info, box, level, even) local count = 0 for _,v in h.orderedPairs(info) do if v.group or v.list or v.sections then count = count + 1 -- row container local row = box:tag('div'):addClass(CLASS_PREFIX..'row') -- group cell if v.group or (v.sections and level > 0 and not v.list) then local groupCell = row:tag('div') :addClass(CLASS_PREFIX..'group level-'..level) :addClass((level > 0) and CLASS_PREFIX..'subgroup' or nil) local groupContentWrap = groupCell:tag('div'):addClass(CLASS_PREFIX..'wrap') if v.group then groupCell:addClass(v.group.class):cssText(v.group.style) groupContentWrap:wikitext(v.group.content) else groupCell:addClass('empty') row:addClass('empty-group-list') end else row:addClass('empty-group') end -- list cell local listCell = row:tag('div'):addClass(CLASS_PREFIX..'listbox') if not v.list and not v.sections then listCell:addClass('empty') row:addClass('empty-list') end if v.list or (v.group and not v.sections) then --listCell:node(h.renderList(v['list'] or '', k, level, args)) even = not even -- flip even/odd status local cell = listCell:tag('div') :addClass(CLASS_PREFIX..'wrap') :addClass(even and CLASS_PREFIX..'even' or CLASS_PREFIX..'odd') if v.list then cell:addClass(v.list.class):cssText(v.list.style) :tag('div'):addClass(CLASS_PREFIX..'list'):wikitext(v.list.content) end end if v.sections then local sublistBox = listCell:tag('div'):addClass(CLASS_PREFIX..'sublist level-'..level) even = h.renderSections(v.sections, sublistBox, level+1, even) end end end if count > 0 then box:css('--count', count) -- for flex-grow end return even end -- pairs, but sort the keys alphabetically function h.orderedPairs(t, f) local a = {} for n in pairs(t) do table.insert(a, n) end table.sort(a, f) local i = 0 -- iterator variable local iter = function () -- iterator function i = i + 1 if a[i] == nil then return nil else return a[i], t[a[i]] end end return iter end -- For cascading parameters, such as style or class, they are merged in exact order (from general to specific). -- Any parameter starting with multiple hyphens(minus signs) will terminate the cascade. -- An example: -- For group_1.1, its style is affected by parameters |group_1.1_style=... , |subgroup_level_1_style=... , and |subgroup_style=... . -- If we have |group_1.1_style= color:red; |subgroup_level_1_style= font-weight: bold; and |subgroup_style= color: green; , -- the style of group_1.1 will be style="color:green; font-weight: bold; color: red;" ; -- if we have |group_1.1_style= -- color:red; |subgroup_level_1_style= font-weight: bold; and |subgroup_style= color: green; , -- the style of group_1.1 will be style="color: red;" only, and the cascade is no longer performed for |subgroup_level_1_style and |subgroup_style. function h.mergeAttrs(...) local trim = mw.text.trim local s = '' for i=1, select('#', ...) do local v = trim(select(i, ...) or '') local str = string.match(v, '^%-%-+(.*)$') if str then s = trim(str..' '..s) break else s = trim(v..' '..s) end end if s == '' then s = nil end return s end function h.runHook(key, ...) if hooks[key] then hooks[key](...) end end ----------------------------------------------- return p 184ca1a8a54c8fded465a77c9198da564fe29c6c Module:Navbox/Hooks 828 263 280 2025-03-25T22:56:58Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain -- as of Module:Navbox version 1.2.2 local p = {} --------------------------------------------------- -- Runs before RANGER does args sanitizing -- `inputArgs` is the merged input arguments from the template (frame.args + frame:getParent().args) function p.onSanitizeArgsStart(inputArgs) end -- Runs after RANGER does args sanitizing -- `args` parameter is the sanitized arguments table with normalized keys (in lowercase underscore-case with canonical names) and normalized values. function p.onSanitizeArgsEnd(args, inputArgs) end -- Runs when RANGER loads config table (after onSanitizeArgsEnd and before onBuildTreeStart) -- `config` parameter is the default config table. -- `args` parameter is the sanitized arguments table (has not yet merged the DEFAUT_ARGS table). function p.onLoadConfig(config, args) end -- Runs before RANGER converts sanitized arguments table to structured data tree -- `args` parameter is the sanitized arguments table that has the DEFAUT_ARGS merged. function p.onBuildTreeStart(args) end -- Runs after RANGER converts sanitized arguments table to structured data tree -- `tree` parameter is the structured data. -- `args` parameter is the sanitized arguments table. function p.onBuildTreeEnd(tree, args) end --------------------------------------------------- return p 54e0c53295a318f2b18e70dc64e5b09867e03128 Module:Navbox/doc 828 264 281 2025-03-25T22:56:58Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki This module is used by [[Template:Navbox]]. 87d5c562165cd75b963e03aa428c80413bacff30 Module:Template link 828 265 282 2025-03-25T22:56:59Z Mr Pie 5 2833 Adding default set of pages Scribunto text/plain -- This code is adapted from Wikipedia -- For the original, please see: https://en.wikipedia.org/wiki/Module:Template_link_general -- This implements Template:Tlg local getArgs = require('Module:ArgsUtil').merge local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(s) local needle = 'template:' if s:sub(1, needle:len()):lower() == needle then return s:sub(needle:len() + 1) else return s end end local function linkTitle(args) if _ne(args.nolink) then return args[1] end local titleObj local titlePart = '[[' if args[1] then -- This handles :Page and other NS titleObj = mw.title.new(args[1], 'Template') else titleObj = mw.title.getCurrentTitle() end titlePart = titlePart .. (titleObj ~= nil and titleObj.fullText or addTemplate(args[1])) local textPart = args.alttext if not _ne(textPart) then if titleObj ~= nil then textPart = titleObj:inNamespace("Template") and args[1] or titleObj.fullText else -- redlink textPart = args[1] end end if _ne(args.subst) then -- HACK: the ns thing above is probably broken textPart = 'subst:' .. textPart end if _ne(args.brace) then textPart = nw('{{') .. textPart .. nw('}}') elseif _ne(args.braceinside) then textPart = nw('{') .. textPart .. nw('}') end titlePart = titlePart .. '|' .. textPart .. ']]' if _ne(args.braceinside) then titlePart = nw('{') .. titlePart .. nw('}') end return titlePart end function p.main(frame) local args = getArgs() return p._main(args) end function p._main(args) local bold = _ne(args.bold) or _ne(args.boldlink) or _ne(args.boldname) local italic = _ne(args.italic) or _ne(args.italics) local dontBrace = _ne(args.brace) or _ne(args.braceinside) local code = _ne(args.code) or _ne(args.tt) local show_result = _ne(args._show_result) local expand = _ne(args._expand) -- Build the link part local titlePart = linkTitle(args) if bold then titlePart = "'''" .. titlePart .. "'''" end if _ne(args.nowrapname) then titlePart = '<span class="nowrap">' .. titlePart .. '</span>' end -- Build the arguments local textPart = "" local textPartBuffer = "&#124;" local codeArguments = {} local codeArgumentsString = "" local i = 2 local j = 1 while args[i] do local val = args[i] if val ~= "" then if _ne(args.nowiki) then -- Unstrip nowiki tags first because calling nw on something that already contains nowiki tags will -- mangle the nowiki strip marker and result in literal UNIQ...QINU showing up val = nw(mw.text.unstripNoWiki(val)) end local k, v = string.match(val, "(.*)=(.*)") if not k then codeArguments[j] = val j = j + 1 else codeArguments[k] = v end codeArgumentsString = codeArgumentsString .. textPartBuffer .. val if italic then val = '<span style="font-style:italic;">' .. val .. '</span>' end textPart = textPart .. textPartBuffer .. val end i = i + 1 end -- final wrap local ret = titlePart .. textPart if not dontBrace then ret = nw('{{') .. ret .. nw('}}') end if _ne(args.a) then ret = nw('*') .. '&nbsp;' .. ret end if _ne(args.kbd) then ret = '<kbd>' .. ret .. '</kbd>' end if code then ret = '<code>' .. ret .. '</code>' elseif _ne(args.plaincode) then ret = '<code style="border:none;background:transparent;">' .. ret .. '</code>' end if _ne(args.nowrap) then ret = '<span class="nowrap">' .. ret .. '</span>' end --[[ Wrap as html?? local span = mw.html.create('span') span:wikitext(ret) --]] if _ne(args.debug) then ret = ret .. '\n<pre>' .. mw.text.encode(mw.dumpObject(args)) .. '</pre>' end if show_result then local result = mw.getCurrentFrame():expandTemplate{title = addTemplate(args[1]), args = codeArguments} ret = ret .. " → " .. result end if expand then local query = mw.text.encode('{{' .. addTemplate(args[1]) .. string.gsub(codeArgumentsString, textPartBuffer, "|") .. '}}') local url = mw.uri.fullUrl('special:ExpandTemplates', 'wpInput=' .. query) mw.log() ret = ret .. " [" .. tostring(url) .. "]" end return ret end return p 45d40a4bff9a1d0eb4274f56fb2f17849aa68728 Module:Template link/doc 828 266 283 2025-03-25T22:57:01Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{From Wikipedia|Module:Template link general}} 1a395265ccbd055518c1d14b52362cc148b89c81 MediaWiki:Loginprompt 8 267 284 2025-03-25T22:57:02Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{int:wikigg-fork-reclaim-note}} 7211f92f30ee2bd67bbd47b425d1645b2363edcf MediaWiki:Signupstart 8 268 285 2025-03-25T22:57:03Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{int:wikigg-fork-reclaim-note}} 7211f92f30ee2bd67bbd47b425d1645b2363edcf Video Game Settings Wiki 0 269 286 2025-03-25T22:57:04Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki <!-- Hello and welcome to wiki.gg! This page is built via our IMProved Main Page (IMP) framework. If you are familiar with CSS grid areas, that's what you're defining here! But if you don't know any CSS that's ok! 👀 RULE 1: the same keyword represents the same section & can span multiple cells 👀 RULE 2: Each box in each layout must be a CONTIGUOUS RECTANGLE of any dimensions (most likely one of: 1x1, 1x2, 2x1, 2x2, 1x3, 3x1, 3x2, 2x3) 👀 RULE 3: This page defines LAYOUT ONLY. To edit the content, please use the links provided for you after saving/previewing your page. 👀 RULE 4: If you want to RENAME or ADD a box, (1) add a new section to the grid layout below (all three breakpoints!) and then (2) save or preview this page and then (3) click "Create this box" -->{{Main page |desktop= <!-- for WIDE SCREENS --> <!-- 👀 keep this at 3 columns, but you can otherwise rearrange as desired --> welcome welcome welcome about pages pages contribute contribute external <!-- end WIDE SCREEN layout --> |tablet= <!-- for TABLET SCREENS --> <!-- 👀 keep this at 2 columns, but you can otherwise rearrange as desired --> welcome welcome about pages contribute external <!-- end TABLET SCREEN layout --> |mobile= <!-- for MOBILE DEVICES --> <!-- 👀 keep this at 1 column, but you can otherwise rearrange as desired --> welcome about pages external contribute <!-- end MOBILE DEVICE layout --> }} {{#description2:Welcome to the {{SITENAME}}, a collaborative wiki resource that is open for anyone to edit!}} <!-- this is a short description of your wiki, which will appear in embeds in Google search results, Discord links, etc. --> c5d4351377806d884e84bc34774f85fd4a425e0a 287 286 2025-03-25T22:57:05Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki <!-- Hello and welcome to wiki.gg! This page is built via our IMProved Main Page (IMP) framework. If you are familiar with CSS grid areas, that's what you're defining here! But if you don't know any CSS that's ok! 👀 RULE 1: the same keyword represents the same section & can span multiple cells 👀 RULE 2: Each box in each layout must be a CONTIGUOUS RECTANGLE of any dimensions (most likely one of: 1x1, 1x2, 2x1, 2x2, 1x3, 3x1, 3x2, 2x3) 👀 RULE 3: This page defines LAYOUT ONLY. To edit the content, please use the links provided for you after saving/previewing your page. 👀 RULE 4: If you want to RENAME or ADD a box, (1) add a new section to the grid layout below (all three breakpoints!) and then (2) save or preview this page and then (3) click "Create this box" -->{{Main page |desktop= <!-- for WIDE SCREENS --> <!-- 👀 keep this at 3 columns, but you can otherwise rearrange as desired --> welcome welcome welcome about pages pages contribute contribute external <!-- end WIDE SCREEN layout --> |tablet= <!-- for TABLET SCREENS --> <!-- 👀 keep this at 2 columns, but you can otherwise rearrange as desired --> welcome welcome about pages contribute external <!-- end TABLET SCREEN layout --> |mobile= <!-- for MOBILE DEVICES --> <!-- 👀 keep this at 1 column, but you can otherwise rearrange as desired --> welcome about pages external contribute <!-- end MOBILE DEVICE layout --> }} {{#description2:Welcome to the {{SITENAME}}, a collaborative wiki resource that is open for anyone to edit!}} <!-- this is a short description of your wiki, which will appear in embeds in Google search results, Discord links, etc. --> c5d4351377806d884e84bc34774f85fd4a425e0a Video Game Settings Wiki/about 0 270 288 2025-03-25T22:57:05Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = About Video Game Settings }} This is an example main page. You can redesign it however you want, or you can keep the layout the same but change the contents (e.g. this part should talk about your game). Take a look at some other wiki.gg wikis for inspiration! <div style="text-align:right">[[Video Game Settings|Read more...]]</div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 1db2cc708b83a00f802b78c209874dd2dc8e086d 289 288 2025-03-25T22:57:06Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki/about]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki {{Main page box/start | title = About Video Game Settings }} This is an example main page. You can redesign it however you want, or you can keep the layout the same but change the contents (e.g. this part should talk about your game). Take a look at some other wiki.gg wikis for inspiration! <div style="text-align:right">[[Video Game Settings|Read more...]]</div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 1db2cc708b83a00f802b78c209874dd2dc8e086d Video Game Settings Wiki/contribute 0 271 290 2025-03-25T22:57:07Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = Contribute to the wiki }} {{SITENAME}} is a collaborative wiki resource that is open for anyone to edit. You don't need special permission beyond [[Special:UserLogin/signup|registering]] an account to edit most pages, and your contributions can grow the wiki and help other players. ; '''Adding content''' :* If you are unsure of what to do or how to create a page, search for a few articles on the same topic and see what they look like. You can always view the source code in a wiki and learn from what others have done. :* An edit doesn't have to be massive; if you feel you don't want to create whole articles, then just fixing spelling errors and broken links is enough. :* [[Special:UserLogin/signup|Register]] to edit and track your contributions. {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 43f95d1bb5b6adea940bacb4caa32aa74edf7690 291 290 2025-03-25T22:57:08Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki/contribute]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki {{Main page box/start | title = Contribute to the wiki }} {{SITENAME}} is a collaborative wiki resource that is open for anyone to edit. You don't need special permission beyond [[Special:UserLogin/signup|registering]] an account to edit most pages, and your contributions can grow the wiki and help other players. ; '''Adding content''' :* If you are unsure of what to do or how to create a page, search for a few articles on the same topic and see what they look like. You can always view the source code in a wiki and learn from what others have done. :* An edit doesn't have to be massive; if you feel you don't want to create whole articles, then just fixing spelling errors and broken links is enough. :* [[Special:UserLogin/signup|Register]] to edit and track your contributions. {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 43f95d1bb5b6adea940bacb4caa32aa74edf7690 Video Game Settings Wiki/external 0 272 292 2025-03-25T22:57:08Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = External links }} <div class="mp-links columns-2"> * {{MP link|Official site|link=https://wiki.gg}} * {{MP link|Discord|link=https://discord.gg/rTnST57tuW|image=Discord.svg|size=64x64px}} * {{MP link|Bluesky|link=https://bsky.app/profile/wiki.gg|image=Bluesky.svg|size=64x64px}} * {{MP link|indie.io|link=https://www.indie.io/|image=indie.io.svg|size=64x64px}} </div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> bb8190c57bb4cc147764d1c10f218fe4d34e0a49 293 292 2025-03-25T22:57:09Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki/external]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki {{Main page box/start | title = External links }} <div class="mp-links columns-2"> * {{MP link|Official site|link=https://wiki.gg}} * {{MP link|Discord|link=https://discord.gg/rTnST57tuW|image=Discord.svg|size=64x64px}} * {{MP link|Bluesky|link=https://bsky.app/profile/wiki.gg|image=Bluesky.svg|size=64x64px}} * {{MP link|indie.io|link=https://www.indie.io/|image=indie.io.svg|size=64x64px}} </div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> bb8190c57bb4cc147764d1c10f218fe4d34e0a49 Video Game Settings Wiki/pages 0 273 294 2025-03-25T22:57:10Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = Useful wiki pages | class = centered-content }} <div class="mp-links columns-2"> * {{MP link|Important page here|image=Wiki.gg logo-pink.svg|size=92px}} * {{MP link|Random page|link=Special:Random}} * {{MP link|Example character|link=Example character|image=Example_character_image.png|size=92px}} * {{MP link|Example character infobox|link=Template:Example character infobox|image=Example_character_image.png|size=92px}} </div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 827f14b4cd3d346ca427f95e9574fc23c4874206 295 294 2025-03-25T22:57:10Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki/pages]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki {{Main page box/start | title = Useful wiki pages | class = centered-content }} <div class="mp-links columns-2"> * {{MP link|Important page here|image=Wiki.gg logo-pink.svg|size=92px}} * {{MP link|Random page|link=Special:Random}} * {{MP link|Example character|link=Example character|image=Example_character_image.png|size=92px}} * {{MP link|Example character infobox|link=Template:Example character infobox|image=Example_character_image.png|size=92px}} </div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 827f14b4cd3d346ca427f95e9574fc23c4874206 Video Game Settings Wiki/welcome 0 274 296 2025-03-25T22:57:11Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki {{Main page box/start | title = Welcome to the {{SITENAME}}! }} We are currently maintaining [[Special:AllPages|{{NUMBEROFARTICLES}} articles]]. Please feel free to contribute by creating new articles or expanding existing ones. {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 96df981ef23fca9434d1586228cab8a51e0fdc0a 297 296 2025-03-25T22:57:12Z Mr Pie 5 2833 Protected "[[Video Game Settings Wiki/welcome]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki {{Main page box/start | title = Welcome to the {{SITENAME}}! }} We are currently maintaining [[Special:AllPages|{{NUMBEROFARTICLES}} articles]]. Please feel free to contribute by creating new articles or expanding existing ones. {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 96df981ef23fca9434d1586228cab8a51e0fdc0a Main Page 0 276 299 2025-03-25T22:57:14Z Mr Pie 5 2833 Adding default set of pages wikitext text/x-wiki #redirect [[Video Game Settings Wiki]] 0ce26a5cdba440b4adf67c84a0f99acd26b574bd 300 299 2025-03-25T22:57:14Z Mr Pie 5 2833 Protected "[[Main Page]]" ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite)) wikitext text/x-wiki #redirect [[Video Game Settings Wiki]] 0ce26a5cdba440b4adf67c84a0f99acd26b574bd File:Site-favicon.ico 6 277 301 2025-03-26T02:17:48Z Lise04 438850 From https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished t... wikitext text/x-wiki == Summary == From https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5d74123ba1f49f45b389d28541696422e3aab3b0 302 301 2025-03-26T02:19:29Z Lise04 438850 Lise04 uploaded a new version of [[File:Site-favicon.ico]] wikitext text/x-wiki == Summary == From https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5d74123ba1f49f45b389d28541696422e3aab3b0 File:Site-favicon.ico 6 277 303 302 2025-03-26T02:42:17Z Lise04 438850 Lise04 uploaded a new version of [[File:Site-favicon.ico]] wikitext text/x-wiki == Summary == From https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5d74123ba1f49f45b389d28541696422e3aab3b0 304 303 2025-03-26T02:42:36Z Lise04 438850 /* Summary */ wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3b8db7c7e7778e86f4a4c985540bf726b470863c 305 304 2025-03-26T23:42:03Z Lise04 438850 Protected "[[File:Site-favicon.ico]]": Part of skin ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite)) wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3b8db7c7e7778e86f4a4c985540bf726b470863c 307 305 2025-03-27T00:24:29Z Lise04 438850 Lise04 uploaded a new version of [[File:Site-favicon.ico]] wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3b8db7c7e7778e86f4a4c985540bf726b470863c MediaWiki:Common.css 8 3 306 4 2025-03-26T23:51:17Z Lise04 438850 Trying RocknRoll css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 852acbdd3f7e972881ee19268dad517c8dd52df3 318 306 2025-03-27T01:19:26Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #e6458d; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 3bb4202bbb3fd1ce3550018ee16d3add72b31400 319 318 2025-03-27T01:19:54Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #e6458d; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 374c65b9506dc0a07d2fd52bc9b23b94f8cc57d1 320 319 2025-03-27T01:21:03Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #FFFFFF; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ ad98f33e480ed4dc138c6036637d9dd727fafc78 321 320 2025-03-27T01:21:33Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; /*--wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #FFFFFF; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 63139df5465810349317c30f3bd0ecd428d240cc 322 321 2025-03-27T01:22:10Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #e6458d; /*--wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #FFFFFF; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ da4f12240aad2ba0920911726e9f278b3c2286c5 323 322 2025-03-27T01:22:38Z Lise04 438850 Reverted edits by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) to last revision by [[User:Mr Pie 5|Mr Pie 5]] css text/css /* CSS placed here will be applied to all skins */ :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ c3a231d8dc2710e154a654fc77cdc0f735905de4 324 323 2025-03-27T01:23:52Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ d6468ec4d58ef249711897cd03025aba2ec6bcf3 325 324 2025-03-27T01:35:25Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #e6458d; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 56bed87472727a1611cfefa9146cd0df40a63906 326 325 2025-03-27T01:36:22Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #e6458d; /*--wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #991A51; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ d24e99beecdadaaccbc817437c53bc80988669e4 327 326 2025-03-27T01:39:21Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #FFFFFF; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ d83dc44c8946895b8f751bdbccc9d3102adbc5c2 328 327 2025-03-27T01:40:28Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #ffffff; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #8b8b8b; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #009ac7; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 289c0defd911ec544d64aa01d44b8017fd0fb071 329 328 2025-03-27T01:41:09Z Lise04 438850 Undo revision [[Special:Diff/328|328]] by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #FFFFFF; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ d83dc44c8946895b8f751bdbccc9d3102adbc5c2 331 329 2025-03-27T02:04:59Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #009ac7; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #ff4d9d; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ ef59ec3714dece9474fb79ffc27c80e84534c424 332 331 2025-03-27T02:15:19Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #009ac7; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #009ac7; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ ea20e58675a839f0798cc65e769c5a59f8fbb932 333 332 2025-03-27T02:19:10Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: sans-serif; --wiki-heading-font-family: 'Linux Libertine','Georgia','Times',serif; --wiki-sidebar-heading-font-family: sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #009ac7; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #00c5ff; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ f9b892acc09899dc5e1e87379547b1c9d3600453 337 333 2025-03-28T22:00:28Z Lise04 438850 css text/css /* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap'); :root{ /* start font settings */ --wiki-body-font-family: "RocknRoll One", sans-serif; --wiki-heading-font-family: "RocknRoll One", sans-serif; --wiki-sidebar-heading-font-family: "RocknRoll One", sans-serif; /* end font settings */ /* start design variables */ --wiki-sidebar-border-radius:0px; /* these two variables must have units specified even if 0, ignore the warning */ --wiki-sidebar-portal-spacing:0px; --wiki-content-border-width:1px; --wiki-sidebar-border-width:1px; /* end design variables */ } /* the rest of the variables will modify some type of color, either text color, background color, border color, etc. */ :root, /* Begin light styles, delete from here to "end light styles" if you don't want your wiki to support any light themes (remove from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=light, */ /* individual themes are prefixed with .theme- instead */ .view-light { /********************** * Probably edit these * [ LIGHT VIEW ] ***********************/ --wiki-body-background-color: #F6F6F6; --wiki-body-background-image: url(/images/8/80/Site-background.jpg); /* please find the file path by viewing the image directly (click the image from the File: page) */ --wiki-content-background-color: #ffffff; --wiki-content-background-opacity: 100%; --wiki-content-border-color: #a7d7f9; --wiki-content-link-color: #0645ad; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ LIGHT VIEW ] */ --wiki-accent-color: #3366cc; --wiki-accent-label-color: #ffffff; --wiki-accent-link-color: #D5FB51; --wiki-icon-to-link-filter: invert(20%) sepia(93%) saturate(2141%) hue-rotate(210deg) brightness(83%) contrast(103%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ LIGHT VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #111111; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #ba0000; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 95%, var(--wiki-accent-label-color)); /* [ LIGHT VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ LIGHT VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ LIGHT VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #bf0017; --wiki-warning-color: #b05f30; --wiki-success-color: #0c742f; /**/ /*********************************** * Likely do not need to edit these * [ LIGHT VIEW ] ************************************/ --wiki-body-dynamic-color: #000000; --wiki-body-dynamic-color--inverted: #ffffff; --wiki-body-dynamic-color--secondary: #333333; --wiki-body-dynamic-color--secondary--inverted: #cccccc; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #ffffff; --wiki-content-dynamic-color: #000000; --wiki-content-dynamic-color--inverted: #ffffff; --wiki-content-dynamic-color--secondary: #333333; --wiki-content-dynamic-color--secondary--inverted: #cccccc; /* [ LIGHT VIEW ] */ --wiki-alert-label-color: #ffffff; --wiki-warning-label-color: #ffffff; --wiki-success-label-color: #ffffff; --wiki-icon-general-filter: ; /* do not set this to none, ignore the "unexpected token" error */ /**/ } /* end light styles */ /* Begin dark styles, delete from here to "end dark styles" if you don't want your wiki to support any dark themes (remove it from [[Mediawiki:Theme-definitions]] too, or ask wiki.gg staff for help doing this) */ /* FYI: .view- will affect any theme marked |kind=dark, */ /* individual themes are prefixed with .theme- instead */ .view-dark { /********************** * Probably edit these * [ DARK VIEW ] ***********************/ --wiki-body-background-color: #171717; --wiki-body-background-image: url(/images/c/c4/Site-background-dark.jpg); /* please find the file path by viewing the image directly (not at the File: page) */ --wiki-content-background-color: #202020; --wiki-content-background-opacity: 90%; --wiki-content-border-color: #009ac7; --wiki-content-link-color: #6d8afb; /* if changing this, remember to change --wiki-icon-to-link-filter as well!!! */ /* [ DARK VIEW ] */ --wiki-accent-color: #00c5ff; --wiki-accent-label-color: #000; --wiki-accent-link-color: #1e1e43; --wiki-icon-to-link-filter: invert(60%) sepia(70%) saturate(3715%) hue-rotate(206deg) brightness(101%) contrast(97%); /* put your --wiki-content-link-color into https://mrpie5.gitlab.io/css-filter-generator/ */ /**/ /******************* * Maybe edit these * [ DARK VIEW ] ********************/ --wiki-body-background-position: top center; --wiki-body-background-size:cover; --wiki-body-background-repeat: no-repeat; --wiki-body-background-attachment: fixed; --wiki-content-background-color--secondary: color-mix(in srgb, var(--wiki-content-background-color) 96%, var(--wiki-content-dynamic-color)); --wiki-content-text-color: #ededed; --wiki-content-link-color--visited: var(--wiki-content-link-color); --wiki-content-link-color--hover: var(--wiki-content-link-color); --wiki-content-redlink-color: #FC5B4F; --wiki-content-heading-color: var(--wiki-content-text-color); --wiki-accent-color--hover: color-mix(in srgb, var(--wiki-accent-color) 90%, var(--wiki-accent-label-color)); /* [ DARK VIEW ] */ --wiki-sidebar-background-color: var(--wiki-content-background-color); --wiki-sidebar-background-opacity: var(--wiki-content-background-opacity); --wiki-sidebar-border-color: var(--wiki-content-border-color); --wiki-sidebar-link-color: var(--wiki-content-link-color); --wiki-sidebar-link-color--hover: var(--wiki-content-link-color--hover); --wiki-sidebar-heading-color: var(--wiki-content-heading-color); /* [ DARK VIEW ] */ --wiki-navigation-background-color: var(--wiki-content-background-color--secondary); --wiki-navigation-background-color--secondary: var(--wiki-content-background-color); --wiki-navigation-border-color: var(--wiki-content-border-color); --wiki-navigation-text-color: var(--wiki-content-link-color); --wiki-navigation-text-color--hover: var(--wiki-content-link-color--hover); --wiki-navigation-selected-background-color: var(--wiki-content-background-color); --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color); --wiki-navigation-selected-text-color: var(--wiki-content-text-color); /* [ DARK VIEW ] */ --wiki-neutral-color: var(--wiki-content-text-mix-color); --wiki-alert-color: #ff576a; --wiki-warning-color:#cf721c; --wiki-success-color: #13aa45; /**/ /*********************************** * Likely do not need to edit these * [ DARK VIEW ] ************************************/ --wiki-body-dynamic-color: #ffffff; --wiki-body-dynamic-color--inverted: #000000; --wiki-body-dynamic-color--secondary: #cccccc; --wiki-body-dynamic-color--secondary--inverted: #333333; --wiki-content-border-color--secondary: color-mix(in srgb, var(--wiki-content-border-color) 50%, transparent); --wiki-content-border-color--accent: color-mix(in srgb, var(--wiki-accent-color) 50%, transparent); --wiki-content-link-label-color: #000; --wiki-content-dynamic-color: #ffffff; --wiki-content-dynamic-color--inverted: #000000; --wiki-content-dynamic-color--secondary: #cccccc; --wiki-content-dynamic-color--secondary--inverted: #333333; /* [ DARK VIEW ] */ --wiki-alert-label-color: #000000; --wiki-warning-label-color: #000000; --wiki-success-label-color: #000000; --wiki-icon-general-filter: invert(100%); } /* End dark styles */ /************************************** * Shared styles * * You likely don't need to edit these * ***************************************/ :root{ --wiki-content-text-mix-color: color-mix(in srgb, var(--wiki-content-background-color), var(--wiki-content-text-color) 62%); --wiki-content-text-mix-color-95: color-mix(in srgb, var(--wiki-content-background-color) 95%, var(--wiki-content-text-color)); } /******************** * End shared styles * *********************/ /****************************** * Fallback for older browsers * * DONT EDIT THIS * *******************************/ @supports not (color:color-mix(in srgb, #000, transparent)) { .view-dark, .view-light, :root { --wiki-content-text-mix-color: var(--wiki-content-text-color); --wiki-content-text-mix-color-95: var(--wiki-content-background-color); --wiki-content-background-color--secondary: var(--wiki-content-dynamic-color--secondary--inverted); --wiki-content-border-color--secondary: var(--wiki-content-border-color); --wiki-content-border-color--accent: var(--wiki-accent-color); --wiki-accent-color--hover: var(--wiki-accent-color); } } /***************************** * End older browser fallback * ******************************/ /***************************** * PortableInfoboxes * ******************************/ :root { --pi-background: var(--wiki-content-background-color); --pi-secondary-background: var(--wiki-accent-color); --pi-secondary-background-label: var(--wiki-accent-label-color); --pi-border-color: color-mix(in srgb, var(--pi-secondary-background) 50%, transparent); } .portable-infobox .pi-title, .portable-infobox .pi-header { text-align:center; font-size:1.5em; background:var(--pi-secondary-background); /* fallback */ background:color-mix(in srgb, var(--pi-secondary-background) 75%, transparent); color:var(--pi-secondary-background-label); } .portable-infobox .pi-data { background:var(--wiki-content-background-color--secondary); } .portable-infobox .pi-image { padding: 8px; } .pi-image-thumbnail { max-width:100%; } .pi-caption { color: var(--wiki-content-text-mix-color); } .pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current { background: var(--pi-secondary-background); color: var(--pi-secondary-background-label); } .pi-collapse > .pi-item:first-child { cursor: pointer; } /* overqualify these to overwrite normal content heading styles */ .mw-body .portable-infobox h2, .mw-body .portable-infobox h3 { border-bottom: 0; font-family: inherit; font-weight: 700; margin: 0; } /***************************** * End PortableInfoboxes * ******************************/ /******************* * Main page layout * ********************/ #mp-container { display:grid; gap:10px; } @media screen and (max-width:990px) { /* for mobile screens */ #mp-container{ grid-template-areas:var(--main-page-layout--mobile); grid-template-columns:var(--main-page-layout-columns--mobile,100%); } .mp-box.mp-hide-on-mobile { display:none; } } @media screen and (min-width:990px) and (max-width:1350px) { /* for narrow screens, between 990px and 1350px */ #mp-container { grid-template-areas:var(--main-page-layout--tablet); grid-template-columns:var(--main-page-layout-columns--tablet,1fr 1fr); } .mp-box.mp-hide-on-tablet { display:none; } } @media screen and (min-width:1350px) { /* for all other screens, 1350px and wider */ #mp-container { grid-template-areas:var(--main-page-layout--desktop); grid-template-columns:var(--main-page-layout-columns--desktop,2fr 1fr 2fr); } .mp-box.mp-hide-on-desktop { display:none; } } .mp-box { position:relative; display:flex; flex-flow:column nowrap; width: calc(100% - 2px); box-sizing: border-box; background:var(--wiki-content-background-color--secondary); /* fallback */ background:color-mix(in srgb, var(--wiki-content-background-color--secondary) 25%, transparent); border:1px solid var(--wiki-content-border-color); padding:0px; } .mp-body { height: 100%; display: flex; padding:0.5em; flex-flow: column nowrap; } .mp-box.centered-content .mp-body { height: 100%; display: flex; flex-flow: column nowrap; justify-content: space-evenly; } .mp-box.has-floating-image { display:block; } .mp-box.has-floating-image .mp-body { height:unset; display:block; } /* overqualified to override normal heading styles */ .mw-body .mp-box h2 { text-align:center; font-weight:bold; font-family:var(--wiki-heading-font-family); overflow: initial; border-bottom: 1px solid var(--wiki-content-border-color); font-size: 150%; margin: 0; padding: 5px 0; color:var(--wiki-content-heading-color); } #mp-box-welcome { text-align:center; position:relative; overflow:hidden; } #mp-box-welcome h2{ font-size: 200%; } #mp-welcome { display:flex; flex-flow:column nowrap; position: relative; height: 100%; z-index: 2; box-sizing: border-box; } #mp-welcome .welcome-subtitle { height: 100%; background:var(--wiki-content-dynamic-color--inverted); /* fallback */ background:color-mix(in srgb, var(--wiki-content-dynamic-color--inverted) 85%, transparent); padding:0.5em; } #mp-banner { position: absolute; width: 100%; height: 100%; filter: blur(5px); z-index: -1; background: url(/images/e/e0/MP_banner.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; } .view-dark #mp-banner { filter: blur(5px) brightness(50%); } .view-light #mp-banner { filter: blur(5px) contrast(50%); } /* [[Template:MP_link]] */ .mp-links { --gap:10px; } .mp-links > ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; margin: 2px; gap:var(--gap); } .mp-links > ul > li { display:flex; flex-flow:column nowrap; align-items:stretch; text-align: center; box-sizing:border-box; flex: max(calc(50% - var(--gap)), 5em) 1 1; outline:1px solid var(--wiki-content-link-color); transition:0.1s ease-in; } .mp-links > ul > li:hover { background-color:var(--wiki-content-background-color); /* fallback */ background-color:color-mix(in srgb, var(--wiki-content-link-color) 20%, transparent); } .mp-links.columns-1 > ul > li {flex: max(calc(100% - var(--gap)), 5em) 1 1;} .mp-links.columns-2 > ul > li {flex: max(calc(50% - var(--gap)), 5em) 1 1;} .mp-links.columns-3 > ul > li {flex: max(calc((100% / 3) - var(--gap)), 5em) 1 1;} .mp-links.columns-4 > ul > li {flex: max(calc(25% - var(--gap)), 5em) 1 1;} .mp-links.columns-5 > ul > li {flex: max(calc(20% - var(--gap)), 5em) 1 1;} .mp-links.columns-6 > ul > li {flex: max(calc((100% / 6) - var(--gap)), 5em) 1 1;} .mp-links.columns-7 > ul > li {flex: max(calc((100% / 7) - var(--gap)), 5em) 1 1;} .mp-links.columns-max > ul > li {flex: max(calc(0% - var(--gap)), 5em) 1 1;} .mp-links > ul > li:hover a { text-decoration: underline; } .mp-links > ul > li > a { display: flex; align-items: center; justify-content: center; height:100%; flex:1 1 auto; box-sizing:border-box; padding:5px; } .mp-links > ul > li > a:first-child { height:100%; } .mp-links > ul > li > a:last-child:not(:first-child) { height:unset; } .mp-links.stretch, .mp-links.stretch > ul { height:100%; } .mp-links.side-image li { flex-flow:row nowrap; } .mp-links.plain > ul > li { outline-color:transparent; } /*********************** * End main page layout * ************************/ /********************************************************************************************************************* * Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) * **********************************************************************************************************************/ .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } /* Display list items inline */ .hlist dd, .hlist dt, .hlist li { /* * don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again * We also want to reset margin-right in Minerva */ margin: 0; display: inline; } /* Display requested top-level lists inline */ .hlist.inline, .hlist.inline dl, .hlist.inline ol, .hlist.inline ul, /* Display nested lists inline */ .hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul { display: inline; } /* Hide empty list items */ .hlist .mw-empty-li { display: none; } /* TODO: :not() can maybe be used here to remove the later rule. naive test * seems to work. more testing needed. like so: */ .hlist dt:not(:last-child)::after { content: ":\20"; } .hlist dd:not(:last-child)::after, .hlist li:not(:last-child)::after { /* "space, Middle Dot, space" We use unicode numbers instead of the raw characters due to a Firefox encoding bug on unicode characters. The space is also encoded because raw spaces combined with a unicode number strips the spaces under some conditions such as single-line lists */ /* content: "\20\00B7\20"; font-weight: bold; */ /* "space &nbsp; • &nbsp; space" There may (and likely) be an extra whitespace between <li>s, therefore we have to use a space character as last character of this sequence. By this way, the last space and the next whitespce will collapse as a single space, to make the whitespace on both sides of the middle dot the same width. */ content: "\20\A0\2022\A0\20"; font-weight: inherit; } /* Add parentheses around nested lists */ .hlist dd ol::before, .hlist dd ul::before, .hlist dd dl::before, .hlist dt ol::before, .hlist dt ul::before, .hlist dt dl::before, .hlist li ol::before, .hlist li ul::before, .hlist li dl::before { content: "\20("; font-weight: inherit; } .hlist dd ol::after, .hlist dd ul::after, .hlist dd dl::after, .hlist dt ol::after, .hlist dt ul::after, .hlist dt dl::after, .hlist li ol::after, .hlist li ul::after, .hlist li dl::after { content: ")"; font-weight: inherit; } /* Put ordinals in front of ordered list items */ .hlist ol { counter-reset: listitem; } .hlist ol > li { counter-increment: listitem; } .hlist ol > li::before { content: " " counter(listitem) ".\20"; } /* Progressive enhancement: * try to make the dot always follow the list item in same line */ .hlist :is(li,dt,dd):not(:has(:is(li,dt,dd))){ display: inline-block; } /******************************************** * End semantically-correct horizontal lists * *********************************************/ /*** Miscellaneous ***/ .responsive-image { max-width:100%; height:auto; } .view-dark .invert-on-dark, .view-light .invert-on-light { filter:invert(100%); } .pixelated { image-rendering:pixelated; } @media screen and (min-width:720px) { .mobileonly { display:none; } } @media screen and (max-width:720px) { .nomobile { display:none; } } /*** Utility classes for standard MW galleries ***/ /* it's important that spaced comes before centered in the sheet */ .gallery.gallery.gallery.spaced { /* this selector looks ridiculous but is actually part of stock Vector and therefore a necessary override */ display:flex; flex-flow:row wrap; justify-content:space-evenly; margin-left:unset; } .gallery.centered { text-align:center; } /************************** * Start Modular Templates * **************************/ /********* [[Template:Ambox]] *********/ .ambox { --ambox-color:var(--wiki-accent-color); border: 1px solid var(--wiki-content-border-color); border-left: 10px solid var(--ambox-color); border-radius: 2px; display: flex; align-items: center; gap: .6em; margin: 1em 0; padding: 3px .6em; background-color: var(--wiki-content-background-color--secondary); box-shadow: 2px 2px 5px 0px #0002; } @media (min-width: 720px) { .ambox { margin-inline: 10%; } } .ambox.tiny { padding: .04rem .5em; margin-inline: 0; width: fit-content; } .ambox + .ambox { margin-top: -.6em; } .ambox-content { flex: 1; } .ambox-content p { margin: .15em 0; } .ambox-title { font-weight: bold; } /********* [[Template:Hatnote]] *********/ .hatnote { padding: 1px 0 1px 1.6em; margin-bottom: 0.5em; font-style: italic; border-top: 1px solid var(--wiki-content-border-color--secondary); border-bottom: 1px solid var(--wiki-content-border-color--secondary); } .hatnote.icon { padding-left: 0; } /********* [[Template:Spoiler]] *********/ .spoiler-content { background-color: var(--wiki-content-dynamic-color); /* fallback */ background-color: color-mix(in srgb, var(--wiki-content-dynamic-color) 50%, transparent); transition: all 0.3s; cursor: pointer; overflow:auto; } .spoiler-content > * { pointer-events:none; opacity: 0; transition: all 0.3s; } .spoiler-content.show { background-color: transparent; } .spoiler-content.show > * { pointer-events:unset; opacity: 1; } /********* [[Template:Link icon]] *********/ .link-icon { --link-icon-line-height: 1.5em; --link-icon-size: 1.5em; display: inline-flex; align-items: center; height: var(--link-icon-line-height); vertical-align: bottom; } .link-icon .regular { align-self: center; } .link-icon .regular a { display: flex; } .link-icon .regular img { height: var(--link-icon-size); max-width: var(--link-icon-size); } .link-icon .fallback { outline: 1px solid var(--wiki-content-text-color); border-radius: 50%; text-align: center; width: var(--link-icon-size); line-height: var(--link-icon-size); } .link-icon.notext .fallback { display: inline-block; } .link-icon.notext { display: inline; } /********* [[Template:Quote]] *********/ .quote { background: var(--wiki-content-background-color--secondary); border-radius: 5px; border: 2px solid var(--wiki-content-border-color); margin: .5em 0; padding: .5em; overflow-y: hidden; } .quote .block { display: block; } .quote .title { font-size: large; font-weight: bold; } .quote .content { font-style: italic; } .quote .author { font-weight: bold; text-align: end; } .quote .marks-wrapper { display: flex; gap: 5px; } .quote .marks-wrapper::before, .quote .marks-wrapper::after { font-size: 100px; line-height: 0px; } .quote .marks-wrapper::before { content: "\201C"; margin-top: 40px; } .quote .marks-wrapper::after { content: "\201D"; align-self: end; margin-bottom: -10px; } .client-js .mw-charinsert-item { display:none; } /************************ * End Modular Templates * *************************/ /***************************** * Used by [[Template:Color]] * ******************************/ .color__splotch { display:inline-block; height:1em; width:1em; box-sizing:border-box; vertical-align:text-top; border-radius:50%; border:1px solid var(--wiki-content-text-color); } /********************* * End Template:Color * **********************/ 445c59cb0a4736e7073c6a54395535ed5184f728 File:Site-logo.png 6 278 308 2025-03-27T00:25:19Z Lise04 438850 Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is fu... wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. f94143c7cb67c46d6ad72ed09aec730de88a57c2 309 308 2025-03-27T00:31:53Z Lise04 438850 Protected "[[File:Site-logo.png]]": Part of skin ([Edit=Allow only administrators] (indefinite) [Rename=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite)) [cascading] wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. f94143c7cb67c46d6ad72ed09aec730de88a57c2 310 309 2025-03-27T00:38:18Z Lise04 438850 Lise04 uploaded a new version of [[File:Site-logo.png]] wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. f94143c7cb67c46d6ad72ed09aec730de88a57c2 311 310 2025-03-27T00:42:54Z Lise04 438850 Lise04 reverted [[File:Site-logo.png]] to an old version wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. f94143c7cb67c46d6ad72ed09aec730de88a57c2 330 311 2025-03-27T01:49:25Z Lise04 438850 Lise04 uploaded a new version of [[File:Site-logo.png]] wikitext text/x-wiki == Summary == Modified from https://feathericons.com, licensed under MIT The MIT License (MIT) Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. f94143c7cb67c46d6ad72ed09aec730de88a57c2 MediaWiki:Sidebar 8 279 312 2025-03-27T01:02:07Z Lise04 438850 Created page with "* navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** platforms|Platforms ** input-methods|Input Methods ** common-settings|Common Settings ** games-list|List of Games ** series-list|List of Series * sidebar-customizing-wiki <!--** MediaWiki:Sidebar|sidebar-edit-sidebar ** MediaWiki:Common.css|sidebar-edit-common-css ** MediaWiki:Vector.css|sidebar-edit-vector-css ** MediaWiki:Common.js..." wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** platforms|Platforms ** input-methods|Input Methods ** common-settings|Common Settings ** games-list|List of Games ** series-list|List of Series * sidebar-customizing-wiki <!--** MediaWiki:Sidebar|sidebar-edit-sidebar ** MediaWiki:Common.css|sidebar-edit-common-css ** MediaWiki:Vector.css|sidebar-edit-vector-css ** MediaWiki:Common.js|sidebar-edit-common-js ** MediaWiki:Vector.js|sidebar-edit-vector-js ** Special:AllPages|sidebar-all-pages ** Special:SpecialPages|sidebar-special-pages--> * SEARCH * TOOLBOX * LANGUAGES 7c130cd456221ce622032ad7f86fda25ceeb94e1 313 312 2025-03-27T01:02:27Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** platforms|Platforms ** input-methods|Input Methods ** common-settings|Common Settings ** games-list|List of Games ** series-list|List of Series * sidebar-customizing-wiki * SEARCH * TOOLBOX * LANGUAGES 8f6d97df03fafd3327955ba094802c1291016a91 314 313 2025-03-27T01:03:08Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Platforms|Platforms ** Input Methods|Input Methods ** Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * SEARCH * TOOLBOX * LANGUAGES c4c38063c2d99d20b89b692793bdb3cf6b87dd74 315 314 2025-03-27T01:04:41Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Platforms|Platforms ** Input Methods|Input Methods ** Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * SEARCH ** Special:Search|Search ** List of Tags|List of Tags * TOOLBOX * LANGUAGES 9677ce70cee3e5f0f61fce0d72442218dbf398c0 316 315 2025-03-27T01:05:10Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Platforms|Platforms ** Input Methods|Input Methods ** Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search ** List of Tags|List of Tags * TOOLBOX * LANGUAGES 6a0396e38cacfc77d27403c28424ece5d209d451 317 316 2025-03-27T01:05:43Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Platforms|Platforms ** Input Methods|Input Methods ** Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES ff7b7b06a2bf55dde712ee63d7939cc995631a70 MediaWiki:Gadgets/ranger 8 34 334 35 2025-03-27T04:44:57Z RheingoldRiver 2743 Fixing RANGER deploy GadgetDefinition application/json { "settings": { "section": "", "package": false, "default": true, "hidden": true, "supportsUrlLoad": false }, "loadConditions": { "actions": [], "categories": [ "Pages with navboxes" ], "namespaces": [], "contentModels": [], "rights": [] }, "module": { "pages": [ "variables.css", "main.css", "custom.css" ], "dependencies": [], "type": "styles" } } 0e59fa9520b52214b9fedaecae9f41d86afd197f Video Game Settings Wiki/about 0 270 335 289 2025-03-27T18:37:49Z Lise04 438850 wikitext text/x-wiki {{Main page box/start | title = About The Video Game Settings Wiki }} This is a Wiki for archiving and documenting the various settings and configuration options across as many games as possible, alongside other technical information about them. <div style="text-align:right">[[About The Video Game Settings Wiki|Read more...]]</div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> 7f957edfb1c8040bef6b2088419df847a722130e About The Video Game Settings Wiki 0 280 336 2025-03-27T18:40:12Z Lise04 438850 Created page with "=== Todo: === Write an in depth about page, explaining what exactly the goals are for this wiki, since it's a bit strange compared to the typical wiki about one specific property. The most similar existing wiki I'm aware of is probably [https://www.pcgamingwiki.com/wiki/Home The PC Gaming Wiki]" wikitext text/x-wiki === Todo: === Write an in depth about page, explaining what exactly the goals are for this wiki, since it's a bit strange compared to the typical wiki about one specific property. The most similar existing wiki I'm aware of is probably [https://www.pcgamingwiki.com/wiki/Home The PC Gaming Wiki] 55472e0b337fbab72d0e870686026075b2da7e81 Template:Game infobox 10 281 338 2025-03-28T22:49:37Z Lise04 438850 Created page with "<includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) }}</includeonly><noinclude>{{documentation}}</noinclude>" wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) }}</includeonly><noinclude>{{documentation}}</noinclude> 57d53fe12d0fb82aa500e83d2f5611326137c9a2 339 338 2025-03-28T22:53:03Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info General Info=Developer(s), Publisher(s), Platform(s), Release Date(s), Genre(s), Mode(s), Format(s), Age Rating(s) }}</includeonly><noinclude>{{documentation}}</noinclude> 3c0c3b6d466b189439c474f21d148a7c6630dd81 340 339 2025-03-28T23:09:59Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info |General Info=Developer(s), Publisher(s), Platform(s), Release Date(s), Genre(s), Mode(s), Format(s), Age Rating(s) }}</includeonly><noinclude>{{documentation}}</noinclude> 35868e73a00cab7715d6b5374ffce0a39dfa6083 341 340 2025-03-28T23:20:39Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main kind=gameinfo sep=, image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} sections=General Info General Info=Developer(s), Publisher(s), Platform(s), Release Date(s), Genre(s), Mode(s), Format(s), Age Rating(s) }}</includeonly><noinclude>{{documentation}}</noinclude> 9923abbe13526ee6f2010ae1e5c0d33554d6efc6 342 341 2025-03-29T02:29:27Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]?, }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" } }, "description": "Infobox template for games" } </templatedata></noinclude> dd38937cd3c90915bba9323a3fcba7293c3ccc81 345 342 2025-03-29T02:59:15Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]?, }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" } }, "description": "Infobox template for games" } </templatedata></noinclude> a8e9cd9d9f3540bb426377df6e7c6e64bd9e4167 348 345 2025-03-29T03:38:10Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date", "example": "12/31/2000", "type": "date", "default": "1/1/1970" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons)", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 6c20aa981688973563c6806ebb004ce0f0ab4d68 349 348 2025-03-29T03:39:57Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date", "example": "12/31/2000", "type": "date" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons)", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> f588bf163464559e22099bbb52f26eacac68948e 350 349 2025-03-29T03:41:00Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons)", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 8e349869ab32230ee906847edb299a58afe85dde 351 350 2025-03-29T03:55:12Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Configuration Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 18bffdf18433639e2b89f099bef4eb148bd6cee2 File:Example Boxart.jpg 6 282 343 2025-03-29T02:36:09Z Lise04 438850 ms paint placeholder box art i made. public domain sure i dont care wikitext text/x-wiki == Summary == ms paint placeholder box art i made. public domain sure i dont care == Licensing == {{License|CC-PD}} ffbe3166b33e334f07ae32e43d2af63b79ff47a8 Splatoon 0 283 344 2025-03-29T02:49:25Z Lise04 438850 very beginning wip wikitext text/x-wiki '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games a48dc0cc96f275e6c50e9f5fed4f3abaebbc894e 352 344 2025-03-29T04:00:15Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer(s)=[[Nintendo]]|Publisher(s)=[[Nintendo]]|Platform(s)=[[Wii U]]|Release Date(s)=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre(s)=[[Third-Person Shooter]]|Modes=[[Singleplayer]]<nowiki>, [Local Multiplayer]], </nowiki>[[Online Multiplayer]]|Format(s)=[[Optical Disc]], [[Digital Download]]|Age Rating(s)=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=[[720p]]|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games acfa25f142f94e45269a2ea7f49855e67a9ca753 File:Splatoon Wii U Boxart.jpg 6 284 346 2025-03-29T03:03:03Z Lise04 438850 The NA box art for Splatoon on the Wii U Source: [Amazon](https://web.archive.org/web/20151005075634/http://www.amazon.com/Splatoon-Wii-U/dp/B00KWFCV32) ([Direct Link)](https://web.archive.org/web/20241228181436im_/https://m.media-amazon.com/images/I/91gOywMXpuL.jpg) wikitext text/x-wiki == Summary == The NA box art for Splatoon on the Wii U Source: [Amazon](https://web.archive.org/web/20151005075634/http://www.amazon.com/Splatoon-Wii-U/dp/B00KWFCV32) ([Direct Link)](https://web.archive.org/web/20241228181436im_/https://m.media-amazon.com/images/I/91gOywMXpuL.jpg) == Licensing == {{License|fairuse}} 1f513e466022e8573809dcb235bf7351e686fe1d 347 346 2025-03-29T03:04:23Z Lise04 438850 /* Summary */ wikitext text/x-wiki == Summary == The NA box art for Splatoon on the Wii U Source: [https://web.archive.org/web/20151005075634/http://www.amazon.com/Splatoon-Wii-U/dp/B00KWFCV32 Amazon] ([https://web.archive.org/web/20241228181436im_/https://m.media-amazon.com/images/I/91gOywMXpuL.jpg direct link]) == Licensing == {{License|fairuse}} 4b7bcca32f55ab8af6b0e45f99042588f5088b31 Template:Game infobox 10 281 353 351 2025-03-29T04:02:15Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Configuration Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> ca32499f6c7dda7640d25040919b033048e651df 354 353 2025-03-29T04:03:18Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer(s),Publisher(s),Platform(s),Release Date(s),Genre(s),Mode(s),Format(s),Age Rating(s) |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's box art. Mobygames is a good resource. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer(s)": { "aliases": [ "Developer" ], "label": "Developer(s)", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher(s)": { "aliases": [ "Publisher" ], "label": "Publisher(s)", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform(s)": { "aliases": [ "Platform" ], "label": "Platform(s)", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date(s)": { "aliases": [ "Release Date" ], "label": "Release Date(s)", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre(s)": { "aliases": [ "Genre" ], "label": "Genre(s)", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format(s)": { "aliases": [ "Format" ], "label": "Format(s)", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating(s)": { "aliases": [ "Age Rating" ], "label": "Age Rating(s)", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer(s)", "Publisher(s)", "Platform(s)", "Release Date(s)", "Genre(s)", "Modes", "Format(s)", "Age Rating(s)", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> fab189e2e9fe6d812cbc7928d3028ab5ad5e3521 356 354 2025-03-30T04:55:35Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if:{{{Developer|}}}:[[:Category:Games developed by {{{Developer|}}}|{{{Developer}}}]]{{#if:{{#var:allow_categories}}|[[Category:{{{Developer}}}]]}}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> a5d2e531a4394342d94c5ec4d0dc96912ec59134 358 356 2025-03-30T05:04:20Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 7a71e3eb83ede1a32d25cd13210735e7fe4d3fa5 359 358 2025-03-30T05:05:53Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> c75e057c85162015a98eb266103fd1882134d5bd 363 359 2025-03-30T17:03:37Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> dcb28c055ac35dde41bb2171e562d7db780d5311 364 363 2025-03-30T17:04:05Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}800px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 4066447fba2730ac25e2714a42b6c41a309b7fe0 365 364 2025-03-30T17:05:49Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}100px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 199bab55715a58bf11adc0443b078676e8d656d7 370 365 2025-03-30T17:11:10Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> dcb28c055ac35dde41bb2171e562d7db780d5311 373 370 2025-03-30T17:12:25Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 63cccc603719ffd43f3afe731fa7c6a2ff33c742 375 373 2025-03-30T17:38:30Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }}|{{{Platform}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 960a54680a3ee1c9ebcb2c096ed5e7cbc885cc2e 376 375 2025-03-30T17:42:36Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} | Platform = {{#if:{{{wPlatform|}}}:[[:Category:Games released on ]]{{{Platform|}}}|{{{Platform}}}]]{{#if:{{#var:allow_categories}}|[[Category:{{{Platform}}}s]]}}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 269d39552d35d5696d4bec3ed8c964cf032e7314 379 376 2025-03-30T17:44:06Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} | Platform = {{#if:{{{wPlatform|}}}:[[:Category:Games released on {{{Platform|}}}|{{{Platform}}}]]{{#if:{{#var:allow_categories}}|[[Category:{{{Platform}}}s]]}}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 4427b8ddaa70861868c3e216edba96599358a655 380 379 2025-03-30T17:45:11Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} | Platform = {{#if:{{{wPlatform|}}}:[[:Category:Games released on {{{Platform|}}}|{{{Platform}}}]]{{#if:{{#var:allow_categories}}|[[Category:Games released on :{{{Platform}}}s]]}}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 1b19281e310b87d896cc61c88bca1c7cd3c6074f 381 380 2025-03-30T17:46:42Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} | Platform = {{#if:{{{Platform|}}}:[[:Category:Games released on {{{Platform|}}}|{{{Platform}}}]]{{#if:{{#var:allow_categories}}|[[Category:Games released on :{{{Platform}}}s]]}}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 45b4f3bfc32e0dde015fde3d9debeabd8d46aa79 382 381 2025-03-30T17:47:46Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 63cccc603719ffd43f3afe731fa7c6a2ff33c742 383 382 2025-03-30T17:49:22Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{Platform}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> b7c5462dd29120297d3106769995318802809d28 384 383 2025-03-30T17:51:12Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 63cccc603719ffd43f3afe731fa7c6a2ff33c742 386 384 2025-03-30T18:29:50Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Use line breaks and region codes if it released different dates between regions. If it had a simultaneous worldwide release, or only released in one region, just add a date. Sort by date, earliest at the top latest at the bottom", "example": "31 December 2000", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with line breaks, region codes, and the name of the ratings board", "example": "NA: Everyone 10+ by ESRB", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 1be1a4c04773be8af58b0083c898db23aa19c0f7 392 386 2025-03-30T18:38:14Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with line breaks", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br> JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 32cbe3afd3668f674c258098e2a04a279d925618 Category:Games developed by Nintendo 14 285 355 2025-03-30T04:32:28Z Lise04 438850 Created blank page wikitext text/x-wiki da39a3ee5e6b4b0d3255bfef95601890afd80709 361 355 2025-03-30T16:59:40Z Lise04 438850 wikitext text/x-wiki This is a list of games developed by [[Nintendo]] 6f63b016b92c74fdb025f09ecfbcfe4b4595974f Splatoon 0 283 357 352 2025-03-30T05:01:44Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=[[Third-Person Shooter]]|Modes=[[Singleplayer]]<nowiki>, [Local Multiplayer]], </nowiki>[[Online Multiplayer]]|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 0edb6a5fb4f9bdfa8ce5a8b418bb2224f6feeef5 362 357 2025-03-30T17:00:37Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 67e57dbf6145f629031964ef2b5ffac3c167d164 368 362 2025-03-30T17:10:40Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Example Landscape boxart.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 500abcc148ea954ddd49f83309e42c1dc8df6b0c 369 368 2025-03-30T17:11:02Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 67e57dbf6145f629031964ef2b5ffac3c167d164 371 369 2025-03-30T17:11:24Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games ad3566893d9a3495d720cc74f5943e9b28cf6e38 372 371 2025-03-30T17:11:39Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 67e57dbf6145f629031964ef2b5ffac3c167d164 377 372 2025-03-30T17:43:39Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 5551da778c3e0b7e1f6161da0588d3ef7b902227 378 377 2025-03-30T17:43:50Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015 NA & EU: 29 May 2015 AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO EU: 7+ by PEGI NA: Everyone 10+ by ESRB AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games 67e57dbf6145f629031964ef2b5ffac3c167d164 389 378 2025-03-30T18:34:20Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages by CERO<br>EU: 7+ by PEGI<br>NA: Everyone 10+ by ESRB<br>AU: Parental Guidance by ACB|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games fec11a7aae038e5a1b1405cdc9a6c9ba51af05f9 391 389 2025-03-30T18:36:01Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games a5500a25ac745ce988d6a93c6a29d45959573999 Category:Games published by Nintendo 14 286 360 2025-03-30T16:59:12Z Lise04 438850 Created page with "This is a list of games published by [[Nintendo]]" wikitext text/x-wiki This is a list of games published by [[Nintendo]] c3b214abc6b59e75d06212eb25fddc23c11019c7 File:Example Landscape boxart.jpeg 6 287 366 2025-03-30T17:09:13Z Lise04 438850 File:Example Boxart.jpg but its rotated 90 degrees wikitext text/x-wiki == Summary == File:Example Boxart.jpg but its rotated 90 degrees == Licensing == {{License|CC-PD}} 15fc825cb517ede7f89c5873d2558510b3716e98 367 366 2025-03-30T17:10:07Z Lise04 438850 /* Summary */ wikitext text/x-wiki == Summary == [[:File:Example Boxart.jpg]] but its rotated 90 degrees == Licensing == {{License|CC-PD}} 8388007a9a1f71dc62c8aa143aefdfa1b66db158 Category:Games released on Wii U 14 288 374 2025-03-30T17:15:01Z Lise04 438850 Created page with "This is a list of games released on the [[Wii U]], a console by [[Nintendo]]" wikitext text/x-wiki This is a list of games released on the [[Wii U]], a console by [[Nintendo]] 2c9df3341d1ced09fa85eeac4a97cd64ab0399cd MediaWiki:Gadgets/druid/variablesEditMe.css 8 22 385 23 2025-03-30T18:29:09Z Lise04 438850 css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: #292929; --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } eb3953aad83a64e9e7a281f039f53721c5e6040f 387 385 2025-03-30T18:31:10Z Lise04 438850 css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: #292929; --druid-secondary-background-color:#292929; --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 1e770648a1a11643a41591cb408ebd6439dd9e96 393 387 2025-03-30T18:42:39Z Lise04 438850 Reverted edits by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) to last revision by [[User:Mr Pie 5|Mr Pie 5]] css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 8cf88860d6782aac5b9b65a990d7eddfd5c5c3f2 394 393 2025-03-30T18:47:33Z Lise04 438850 css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: #ff1985; --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 5382d8d32a63c23d4569f051be33596724d28170 395 394 2025-03-30T18:49:17Z Lise04 438850 Reverted edits by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) to last revision by [[User:Mr Pie 5|Mr Pie 5]] css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 8cf88860d6782aac5b9b65a990d7eddfd5c5c3f2 396 395 2025-03-30T18:54:54Z Lise04 438850 css text/css /* These variables are designed to inherit from your wiki's color variables. If your wiki uses a different naming scheme, change the inner names to match yours. If your wiki doesn't use color variables you should consider doing so, otherwise you can replace the inner variables or the fallback values with colors that match your wiki. */ /* Light and dark are separated to make it easier for you to do local customizations but in the default version they are identical */ :root, .view-light .druid-container { --druid-background-color: var(--wiki-content-background-color, #ffffff); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } .view-dark .druid-container { --druid-background-color: var(--wiki-alert-color, #bf0017); --druid-secondary-background-color: var(--wiki-accent-color, #36c); --druid-secondary-background-label-color: var(--wiki-accent-label-color, #fff); --druid-tertiary-background-color: var(--wiki-content-background-color--secondary, #eaecf0); --druid-border-color: var(--wiki-content-border-color, #a7d7f9); --druid-link-color: var(--wiki-content-link-color, #0645ad); --druid-link-label-color: var(--wiki-content-link-label-color, #fff); } 7b936fc5c084f128fb05e23bb370ff394d556d1f MediaWiki:Gadgets/druid/customEditMe.css 8 19 388 20 2025-03-30T18:32:16Z Lise04 438850 css text/css /* Custom DRUID styles should go here */ .druid-container { background: #292929; max-width:25em; } da2312361acfde58b9062d54f4c1278ef66d9177 390 388 2025-03-30T18:34:50Z Lise04 438850 css text/css /* Custom DRUID styles should go here */ .druid-container { background: #292929; max-width:27em; } 8ee4201bdcdf01f0b296de28a3df76dafd1ee4f3 MediaWiki:Sidebar 8 279 397 317 2025-04-09T23:08:01Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** Platforms|List of Platforms ** Input Methods|List of Input Methods ** Common Settings|List of Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES ecc7a21954d9e3565e5edae7ea8b7424eb8e36be 398 397 2025-04-09T23:08:47Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** List of Platforms|Platforms ** List of Input Methods|Input Methods ** List of Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES fec0c09e07dd97414c416417a7e0fe824fdcf584 Category:Platforms 14 289 399 2025-04-09T23:09:38Z Lise04 438850 Created page with "This is a list of platforms games have released on" wikitext text/x-wiki This is a list of platforms games have released on 975e47440bb8a1234a70db8c0ed32929efb61dcd File:Splatoon Gender.png 6 290 400 2025-04-10T00:36:25Z Lise04 438850 A screenshot of the gender select screen from Splatoon (Wii U) wikitext text/x-wiki == Summary == A screenshot of the gender select screen from Splatoon (Wii U) == Licensing == {{License|game}} d76b10145b40a50e0b409ba1229f88384a7be9cf File:Splatoon Skin Tone.png 6 291 401 2025-04-10T00:37:43Z Lise04 438850 A screenshot of the skin tone select screen from Splatoon (2014) wikitext text/x-wiki == Summary == A screenshot of the skin tone select screen from Splatoon (2014) == Licensing == {{License|game}} 7c94a5380320783182469c22576c55ab13b51e7c File:Splatoon Eye Color.png 6 292 402 2025-04-10T00:38:53Z Lise04 438850 A screenshot of the eye color select screen from Splatoon (2014) wikitext text/x-wiki == Summary == A screenshot of the eye color select screen from Splatoon (2014) == Licensing == {{License|game}} b8649b2b9cf2bd69e549cacdfc5b327748e262d4 File:Splatoon Private Battle.png 6 293 403 2025-04-10T00:39:39Z Lise04 438850 A screenshot of the private battle screen from Splatoon (2014) wikitext text/x-wiki == Summary == A screenshot of the private battle screen from Splatoon (2014) == Licensing == {{License|game}} 390a8505f0a23ad38d85f9c877b2bb172a2eead1 410 403 2025-04-10T02:20:47Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the private battle screen from Splatoon (2015) == Licensing == {{License|game}} 05152410df83cc4797b2ef46fb9a881bdb28d741 File:Splatoon Main Settings.png 6 294 404 2025-04-10T00:42:03Z Lise04 438850 A screenshot of the main settings screen from Splatoon (2014) wikitext text/x-wiki == Summary == A screenshot of the main settings screen from Splatoon (2014) == Licensing == {{License|game}} 42faf1a35aceac18d190d3518447f687d5facf01 409 404 2025-04-10T02:20:41Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the main settings screen from Splatoon (2015) == Licensing == {{License|game}} 6dd3c3f2788b5ef40593510faccb52a44505bdca Splatoon 0 283 405 391 2025-04-10T00:46:10Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games. == Settings == f340dc57f3d5ad52582f10017e801fa638420eed 406 405 2025-04-10T00:49:33Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[Gyro|gyro aim]] in modern games. __TOC__ == Settings == [[File:Splatoon Main Settings.png|thumb|The main settings page of the game]] 683a4586a33d5a0d43efa732c9117916736c0694 419 406 2025-04-10T03:02:59Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} __TOC__ '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> c69d6da9a11e4f7fd5e7bc0370b27f9123750a6c 420 419 2025-04-10T18:14:38Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 0e38491fcecd22afb2bd73fa3f5b946f2ebcb838 421 420 2025-04-10T18:14:48Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 43a9e27e5bab56d4795f1f5c3a3e5ff8dd01a4e2 422 421 2025-04-10T18:16:25Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 5d12a1392d7dc3c4b20f90aae96824bb0744258a 423 422 2025-04-10T18:16:55Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 5a5450a2d95d1b18840cb557775d892cc7149a76 424 423 2025-04-10T18:17:08Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 0a38a662317288888d929a0f367c2d50c9b8aeee 425 424 2025-04-10T18:20:07Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> aaf055d3b33f17d46f3f4292bf52f1338897e5d3 426 425 2025-04-10T18:20:59Z Lise04 438850 /* Main Settings */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 16c5a29b1ed2b8dbbf81257f64d9b8cbdc3cb249 427 426 2025-04-10T18:22:48Z Lise04 438850 /* Private Battles */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process [[File:Splatoon Main Settings.png|left|thumb|Main Settings page]] == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 804d5a8248464865544389d68633452618cf3c05 428 427 2025-04-10T18:24:07Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> e355b6bc4d327856bf0e7cbcda9b340c38949176 433 428 2025-04-10T18:44:31Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> a5fb0510a57af277165ee261efc93b8793caf5f7 443 433 2025-04-11T00:53:53Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (story mode only) * D-Pad: Signal teammates * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 9733d2a2929b1ff215b90ae2712bad3e7b6a7033 444 443 2025-04-11T01:10:52Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> f1566453f4f99769b516ec447d1dbd50b0d3e4db File:Splatoon Private Battle Creation.png 6 295 407 2025-04-10T02:18:41Z Lise04 438850 A screenshot of the private battle PIN screen from Splatoon (2015) wikitext text/x-wiki == Summary == A screenshot of the private battle PIN screen from Splatoon (2015) == Licensing == {{License|game}} 0b73d7b211d804e247d7341a50d2ec8fc51dbba8 File:Splatoon PIN entry.png 6 296 408 2025-04-10T02:19:22Z Lise04 438850 A screenshot of the private battle PIN entry screen from Splatoon (2015) wikitext text/x-wiki == Summary == A screenshot of the private battle PIN entry screen from Splatoon (2015) == Licensing == {{License|game}} 8660e8eeadf7f49f76b15269a849aa2f679752c9 File:Splatoon Eye Color.png 6 292 411 402 2025-04-10T02:20:55Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the eye color select screen from Splatoon (2015) == Licensing == {{License|game}} bb621ed617d6fdeb2a2890e1f65e47e6ce40b578 File:Splatoon Skin Tone.png 6 291 412 401 2025-04-10T02:21:01Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the skin tone select screen from Splatoon (2015) == Licensing == {{License|game}} 90b1ced4627871372cea1f28aab0af14a33564bd File:Splatoon Gender.png 6 290 413 400 2025-04-10T02:21:09Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the gender select screen from Splatoon (2015) == Licensing == {{License|game}} 4280785e27e85bc986158a7ce6cbd471ff4511c8 File:Splatoon prima guide inputs.png 6 297 414 2025-04-10T02:31:08Z Lise04 438850 The controls graphic from the official Prima strategy guide wikitext text/x-wiki == Summary == The controls graphic from the official Prima strategy guide == Licensing == {{License|game}} 529b9abbb417a66431558b24d1a9d4e78ac31d64 415 414 2025-04-10T02:32:13Z Lise04 438850 wikitext text/x-wiki == Summary == The controls graphic from the official Prima strategy guide for Splatoon (2015) == Licensing == {{License|game}} 49e37d53c4b4babd18da5f0e53d5967542b82493 Todo List 0 298 416 2025-04-10T02:52:02Z Lise04 438850 Created page with "This is a non complete list of pages that should be made, or changes that should be done" wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done 6817c94368f25c8b1cfe242d7f8caa744857ff0d 417 416 2025-04-10T02:52:46Z Lise04 438850 wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done * Create button input template (probably using kenny graphics). [https://www.mariowiki.com/Template:Button Example] 629db816c42046ee4514e761fef5b98918dee145 441 417 2025-04-10T21:37:27Z Lise04 438850 wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done * Create button input template (probably using kenny graphics). [https://www.mariowiki.com/Template:Button Example] * Figure out or find an existing system for describing color options in character creators (see [[splatoon 2]]) e230564beca9be4fffb9829c282c7cac72b86e0e 442 441 2025-04-10T21:53:04Z Lise04 438850 wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done * Create button input template (probably using kenny graphics). [https://www.mariowiki.com/Template:Button Example] * Figure out or find an existing system for describing color options in character creators (see [[splatoon 2]]). im thinking something like how [https://splatoonwiki.org/wiki/Splatfest inkipedia does in-line ink colors], but im not sure if those are hardcoded, or dynamic dca8ccb0b867d603992b27d58b2eb61aab470ea3 File:Splatoon gamepad.jpg 6 299 418 2025-04-10T02:58:54Z Lise04 438850 A screenshot of the gamepad screen mid-round of Splatoon (2015), showing a paint covered map, and the player actively jumping to their teammate wikitext text/x-wiki == Summary == A screenshot of the gamepad screen mid-round of Splatoon (2015), showing a paint covered map, and the player actively jumping to their teammate == Licensing == {{License|game}} 9b4497274c4b44ea087ce46f1a70c27943f5202d MediaWiki:Sidebar 8 279 429 398 2025-04-10T18:39:16Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** List of Platforms|Platforms ** List of Input Methods|Input Methods ** List of Common Settings|Common Settings ** List of Games|List of Games ** List of Franchises|List of Franchises * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES 81302935a19c139d8ff8ddcd3131f2040211cdd6 430 429 2025-04-10T18:42:30Z Lise04 438850 Undo revision [[Special:Diff/429|429]] by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** List of Platforms|Platforms ** List of Input Methods|Input Methods ** List of Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES fec0c09e07dd97414c416417a7e0fe824fdcf584 448 430 2025-04-11T02:28:49Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** List of Platforms|Platforms ** List of Input Methods|Input Methods ** List of Common Settings|Common Settings ** List of Games|List of Games ** List of Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES f4ac47bf6ca26249110496d9a545fae4e17f92f1 Template:Game infobox 10 281 431 392 2025-04-10T18:43:24Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br> JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki" ] } </templatedata></noinclude> 36ee9fbf45cad5760bd88ca9edc5d322132c7647 432 431 2025-04-10T18:44:19Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br> JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" }, "Series": { "aliases": [ "Franchise" ], "label": "Series", "description": "The series or franchise a game is part of, leave blank if it's standalone", "example": "Super Mario", "type": "string" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki", "Series" ] } </templatedata></noinclude> def17004e723bfe87a0e4d1486ed3fb9a6df5b5c Category:Games in the Splatoon series 14 300 434 2025-04-10T18:44:54Z Lise04 438850 Created page with "This is a list of the games in the Splatoon series" wikitext text/x-wiki This is a list of the games in the Splatoon series 4a6fe1ceb71518ce48eace3c33fbeebaa9107e63 File:Splatoon 2 Boxart.png 6 301 435 2025-04-10T18:57:19Z Lise04 438850 The NA Boxart for Splatoon 2 (2017) wikitext text/x-wiki == Summary == The NA Boxart for Splatoon 2 (2017) == Licensing == {{License|fairuse}} e140a98de401a56e194799fe5544db6b65d8e4c2 Splatoon 2 0 302 436 2025-04-10T20:12:15Z Lise04 438850 Created page with "{{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|Analo..." wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} 49b693a8f6d23a34e2d301684f9bcadacea4e244 437 436 2025-04-10T20:13:07Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry, https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} <references /> c98dc8d055c93ca4b681b13585a7e2b07807e4c8 438 437 2025-04-10T20:16:08Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, <references /> 8005b4343ceac0f059ac6561eb8219e5d5eff31f 439 438 2025-04-10T20:19:28Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ <references /> 69cc4a4296b2e8ce78c495fd54bd2b2957c46cf6 File:Splatoon 2 pro controller.png 6 303 440 2025-04-10T21:18:24Z Lise04 438850 A screenshot of the Pro Controller graphic from Splatoon 2 wikitext text/x-wiki == Summary == A screenshot of the Pro Controller graphic from Splatoon 2 == Licensing == {{License|game}} bca59909133331805f09cb499b78e85d8a2f81e2 File:Splatoon 2 Gender Select.png 6 304 445 2025-04-11T02:06:15Z Lise04 438850 The gender select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The gender select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 31ff50fc0a7492f45bfcd371c7729fa5b955f821 File:Splatoon 2 Skin Tone Select.png 6 305 446 2025-04-11T02:07:57Z Lise04 438850 The skin tone select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The skin tone select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 873a9b43d66711174cc85abfb76592a38b0e3871 File:Splatoon 2 Eye Color Select.png 6 306 447 2025-04-11T02:09:51Z Lise04 438850 The eye color select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The eye color select screen from Splatoon 2 (2017) == Licensing == {{License|game}} d90c515e0c115d9f5eb224b4a0cf0f2b08e164e2 File:Splatoon 2 Girl Hairstyle Select.png 6 307 449 2025-04-11T02:29:37Z Lise04 438850 The hairstyle select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The hairstyle select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 91a6f4c1bb4865c40d48795e6404cd1e37db1582 File:Splatoon 2 Girl Legware Select.png 6 308 450 2025-04-11T02:41:11Z Lise04 438850 The legware select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The legware select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 433c99859ce0c164a8c16b99a01473d7c78262a5 452 450 2025-04-11T02:50:44Z Lise04 438850 Lise04 renamed page [[File:Splatoon 2 Girl Legware Select.png]] to [[File:Splatoon 2 Girl Legware Select Girl.png]] wikitext text/x-wiki == Summary == The legware select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 433c99859ce0c164a8c16b99a01473d7c78262a5 File:Splatoon 2 Legware Select Boy.png 6 309 451 2025-04-11T02:50:22Z Lise04 438850 The legware select screen from Splatoon 2 wikitext text/x-wiki == Summary == The legware select screen from Splatoon 2 == Licensing == {{License|game}} 17dd7245ee0da4af85f8e9027fbfd3b44894fd8d File:Splatoon 2 Legware Select Boy.png 6 309 454 451 2025-04-11T02:51:16Z Lise04 438850 Lise04 renamed page [[File:Splatoon 2 Legware Select Male.png]] to [[File:Splatoon 2 Legware Select Boy.png]] wikitext text/x-wiki == Summary == The legware select screen from Splatoon 2 == Licensing == {{License|game}} 17dd7245ee0da4af85f8e9027fbfd3b44894fd8d File:Splatoon 2 Legware Select Male.png 6 311 455 2025-04-11T02:51:16Z Lise04 438850 Lise04 renamed page [[File:Splatoon 2 Legware Select Male.png]] to [[File:Splatoon 2 Legware Select Boy.png]] wikitext text/x-wiki #REDIRECT [[File:Splatoon 2 Legware Select Boy.png]] c2f559bc156762c0f85d565f7db6c15cf6dbb1ce File:Splatoon 2 Boy Hairstyle Select.png 6 312 456 2025-04-11T02:52:44Z Lise04 438850 The hairstyle select screen from Splatoon 2 (2017) wikitext text/x-wiki == Summary == The hairstyle select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 91a6f4c1bb4865c40d48795e6404cd1e37db1582 File:Splatoon 2 OE Gender Select.png 6 313 457 2025-04-11T02:57:09Z Lise04 438850 The gender select screen from Splatoon 2's Octo Expansion DLC wikitext text/x-wiki == Summary == The gender select screen from Splatoon 2's Octo Expansion DLC == Licensing == {{License|game}} 886f76d19abb2d6574f5fb9bdd6d51cc440f5c12 File:Splatoon 2 OE Skin Tone Select.png 6 314 458 2025-04-11T03:11:36Z Lise04 438850 The skin tone select from Splatoon 2's Octo Expansion DLC wikitext text/x-wiki == Summary == The skin tone select from Splatoon 2's Octo Expansion DLC == Licensing == {{License|game}} de0255b79fa703a3ca732da1373b4caeb113ec39 File:Splatoon 2 OE Girl Hairstyle Select.png 6 315 459 2025-04-11T03:12:37Z Lise04 438850 The girl hairstyle select menu from Splatoon 2's Octo Expansion wikitext text/x-wiki == Summary == The girl hairstyle select menu from Splatoon 2's Octo Expansion == Licensing == {{License|game}} ab7ab9e04dc191dfc379c9896f029de54b567cc0 File:Splatoon 2 OE Boy Hairstyle Select.png 6 316 460 2025-04-11T03:13:49Z Lise04 438850 The hairstyle select screen from Splatoon 2's Octo Expansion wikitext text/x-wiki == Summary == The hairstyle select screen from Splatoon 2's Octo Expansion == Licensing == {{License|game}} 68697b272a50e6ce98f91073aa101fa2f05d6a99 File:Splatoon 2 Gender Species Select.png 6 317 461 2025-04-11T03:21:59Z Lise04 438850 The updated gender select from Splatoon 2, after you complete the Octo Expansion wikitext text/x-wiki == Summary == The updated gender select from Splatoon 2, after you complete the Octo Expansion == Licensing == {{License|game}} 04875ded4d1f45696abcab8aac2016b22e4b5ce2 File:Splatoon 2 Main Settings.png 6 318 462 2025-04-11T03:24:01Z Lise04 438850 wikitext text/x-wiki == Licensing == {{License|game}} 5fdc0517c60eec1aa02a1fef9763fa88c38be9ad File:Splatoon 2 Other Options.png 6 319 463 2025-04-11T03:24:38Z Lise04 438850 wikitext text/x-wiki == Licensing == {{License|game}} 5fdc0517c60eec1aa02a1fef9763fa88c38be9ad Splatoon 0 283 464 444 2025-04-11T03:25:46Z Lise04 438850 /* Main Settings */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process * Miiverse Display: Toggles whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 3687cf0dc0076daa12c48d40545f1982fab2faeb 465 464 2025-04-11T03:51:44Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. When enabled, the colors will always be as follows: Player team: Blue (#2e0cb5) Enemy team: Orange (#f86300) Player (Story Mode): Yellow (#fbd704) Enemies (Story Mode): Dark Fuchsia (#8c0c7f) * Inkling: Lets you re-trigger the character creation process * Miiverse Display: Toggles whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 45d5df37fbdb10563f7bd8ac3cf36a31946fa14f 466 465 2025-04-11T03:53:44Z Lise04 438850 /* Main Settings */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer ! |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) | |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) | |- | | | | |} * Inkling: Lets you re-trigger the character creation process * Miiverse Display: Toggles whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 52ab2ce3ef257c2331f554a6063319a4c24bc00d 467 466 2025-04-11T03:54:05Z Lise04 438850 /* Main Settings */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * Inkling: Lets you re-trigger the character creation process * Miiverse Display: Toggles whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 8a3f6b8049dc5166106da61dd67ecdfb0a84de40 468 467 2025-04-11T04:02:02Z Lise04 438850 /* Main Settings */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. You can adjust the following: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * Inkling: Re-triggers the character creator * Miiverse Display: Whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles with your friends. You can set a 4 digit password to prevent uninvited friends from joining the lobby. You can then pick between any of the stages or gamemodes in the game.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> d7d78b02534517c2a037c18253dde2b4d31933c2 480 468 2025-04-11T17:10:31Z Lise04 438850 /* Private Battles */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * Left Stick: Move * Right Stick: Aim * Right Stick Click: Activate Special * D-Pad: Change sub weapon (Story mode only) * D-Pad: Signal teammates (Online only) * ZL: Change to Squid form * ZR: Primary Attack * R: Sub Weapon * X: Jump * Y: Reset View * Move Gamepad: Gyro aim * Touchscreen: View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * Gender (Girl or Boy) * Skin tone (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * Eye color (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * Inkling: Re-triggers the character creator * Miiverse Display: Whether or not Miiverse posts should be shown. Defaults to Show == Private Battles == One of the available online modes is Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. Any stage or gamemode can then be selected.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 3704e3ad02f8f29086a0affcaca6ee452f5c67c1 481 480 2025-04-11T17:14:29Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * '''Left Stick''': Move * '''Right Stick''': Aim * '''Right Stick Click''': Activate Special * '''D-Pad''': Change sub weapon (Story mode only) * '''D-Pad''': Signal teammates (Online only) * '''ZL''': Change to Squid form * '''ZR''': Primary Attack * '''R''': Sub Weapon * '''X''': Jump * '''Y''': Reset View * '''Move Gamepad''': Gyro aim * '''Touchscreen''': View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. Any stage or gamemode can then be selected.<gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 26f350c43198bf89f34e0cd235758172f1812d73 482 481 2025-04-11T18:02:09Z Lise04 438850 /* Private Battles */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * '''Left Stick''': Move * '''Right Stick''': Aim * '''Right Stick Click''': Activate Special * '''D-Pad''': Change sub weapon (Story mode only) * '''D-Pad''': Signal teammates (Online only) * '''ZL''': Change to Squid form * '''ZR''': Primary Attack * '''R''': Sub Weapon * '''X''': Jump * '''Y''': Reset View * '''Move Gamepad''': Gyro aim * '''Touchscreen''': View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available * Stage: Pick between any of the game's 16 stages. Random is also an option <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 7182fae4feb7529dc61edc480b086b30adb66fbe 483 482 2025-04-11T18:02:24Z Lise04 438850 /* Private Battles */ wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == In game: * '''Left Stick''': Move * '''Right Stick''': Aim * '''Right Stick Click''': Activate Special * '''D-Pad''': Change sub weapon (Story mode only) * '''D-Pad''': Signal teammates (Online only) * '''ZL''': Change to Squid form * '''ZR''': Primary Attack * '''R''': Sub Weapon * '''X''': Jump * '''Y''': Reset View * '''Move Gamepad''': Gyro aim * '''Touchscreen''': View map, jump to teammates/spawn <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 1de5e75dc1c4b267182a9fef9bf79c751e060bb3 Splatoon 2 0 302 469 439 2025-04-11T04:02:11Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> 4e003e906cba1188ea4625be4a648360f087ea22 470 469 2025-04-11T16:59:54Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> d22b2f437bc46e2fd4849a2c2ed794cc44007a15 471 470 2025-04-11T17:00:09Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> 167dd97cbcc9a7e8bad67183484c2ff9e067bf4a 472 471 2025-04-11T17:00:17Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> b707186ed4aac9623b5c04465510ae1e3abb34b3 473 472 2025-04-11T17:00:40Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> ec8f633458513f9eb201e91a97e2e1c813b57717 474 473 2025-04-11T17:00:55Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> e6955581ef119ac6e8d4673616d3c377fb13c166 475 474 2025-04-11T17:01:05Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> 1b70c5147121d9de3a8f5e6096f1310d7cc50bd6 476 475 2025-04-11T17:01:12Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> b707186ed4aac9623b5c04465510ae1e3abb34b3 477 476 2025-04-11T17:01:24Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> 1b70c5147121d9de3a8f5e6096f1310d7cc50bd6 478 477 2025-04-11T17:01:31Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] == Private Battles == === The Shoal === __TOC__ <references /> de9bc508522d4f5b584c4c84b39a71171d8d75be 479 478 2025-04-11T17:03:22Z Lise04 438850 /* Main Options */ wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color select File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legware File:Splatoon 2 Legware Select Boy.png|Boy Legware </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == === The Shoal === __TOC__ <references /> f483145a1703eb097756e677a3bb604c639217ab 496 479 2025-04-11T19:07:34Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] '''In game''': * Left Stick: Move * Right Stick: Aim * Right Stick click: Activate special * D-Pad Change sub weapon (campaign only) * ZL: Change to Squid form * ZR: Primary attack * R: Sub weapon * B: Jump * Y: Reset view * X: Open map * Move controller: Gyro aim == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legwear File:Splatoon 2 Legware Select Boy.png|Boy Legwear </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == The player can host Private Battles, which allow 2-8 friends to play together, with up to 2 spectators watching the game. * '''Voice Chat''': Whether or not [[Voice Chat]] via the Nintendo Switch companion app should be allowed. Defaults to ON. * '''Set password''': Whether or not the lobby should be locked behind a 4 digit PIN. Defaults to none. * '''Mode''': Pick between any gamemode. Turf War, Turf War (Splatfest), Splat Zones, Tower Control, Rainmaker, and Clam Blitz are all available. * '''Stage''': Pick between any of the stages in the game, that are compatible with the selected mode, including random. * '''Ink Colors''' (Turf War (Splatfest) only): Pick between any ink color combinations from any past Splatfest, including random. * '''Random ON/OFF''': Strikes specific ink colors from being potentially selected by random * '''No Secondary Abilities''': Toggles whether the secondary abilities on any given piece of gear have an effect. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 Private Battle Creation.png|Lobby Creation File:Splatoon 2 PIN Entry.png|PIN Entry File:Splatoon 2 Private Battle.png|Main Screen File:Splatoon 2 More Settings.png|More Settings File:Splatoon 2 Private Battle Stage Select.png|Stage Select File:Splatoon 2 Private Battle Ink Select.png|Ink Select </gallery> === The Shoal === '''The Shoal''' is Splatoon 2's LAN mode, available over either a standard wired LAN connection, or the console's own local wireless system. LAN play is almost the same as the standard Private Battles, with a few more options catered to in-person competitive events, and the ability to host a Salmon Run lobby * '''Use amiibo Gear''': Allows players to instantly load saved gear loadouts from an [[Amiibo]]. Defaults to OFF. * '''Use amiibo User Name''': Allows players to use the name saved to an Amiibo. Defaults to OFF. * '''Reset Options Every Match''': Resets any player-specific options that may have been changed after each match. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 The Shoal.png|The Shoal File:Splatoon 2 The Shoal More Settings.png|More Settings </gallery> === Salmon Run === [[File:Splatoon 2 The Shoal Salmon Run.png|alt=Salmon Run|thumb|Salmon Run]] '''Salmon Run''' is a co-op wave defense mode in Splatoon 2. It's available online at scheduled times, mirroring real life shift work. The LAN version is available anytime in The Shoal, and has more customization options, including the ability to select any weapon you'd like. * '''Stage''': Select any of the game's 5 stages, including random * '''Hazard Level''': Change the difficulty, from 10% to 200%. The different difficulties are put in named brackets: ** '''Apprentice''': 5-15% ** '''Part-Timer''': 20-35% ** '''Go-Getter''': 40-55% ** '''Overachiever''': 60-75% ** '''Profreshional''': 80-200% <references /> 8a667604eb24ae07f496e50ab1f8e84ed910be46 File:Splatoon 2 Private Battle Creation.png 6 320 484 2025-04-11T18:07:07Z Lise04 438850 The private battle creation screen from Splatoon 2 wikitext text/x-wiki == Summary == The private battle creation screen from Splatoon 2 == Licensing == {{License|game}} d80db8e433b94cd69cdf34dce645616e8c3eb052 File:Splatoon Private Battle Creation.png 6 295 485 407 2025-04-11T18:07:24Z Lise04 438850 Lise04 renamed page [[File:Splatoon Private Battle PIN.png]] to [[File:Splatoon Private Battle Creation.png]] wikitext text/x-wiki == Summary == A screenshot of the private battle PIN screen from Splatoon (2015) == Licensing == {{License|game}} 0b73d7b211d804e247d7341a50d2ec8fc51dbba8 487 485 2025-04-11T18:07:37Z Lise04 438850 wikitext text/x-wiki == Summary == A screenshot of the private battle creation screen from Splatoon (2015) == Licensing == {{License|game}} 36a78a5e9ff1c6380054340cbb9d64786477ebd1 File:Splatoon Private Battle PIN.png 6 321 486 2025-04-11T18:07:24Z Lise04 438850 Lise04 renamed page [[File:Splatoon Private Battle PIN.png]] to [[File:Splatoon Private Battle Creation.png]] wikitext text/x-wiki #REDIRECT [[File:Splatoon Private Battle Creation.png]] 71fbe7085c3f7d60daae504ab52af6bd39ef3d70 File:Splatoon 2 PIN Entry.png 6 322 488 2025-04-11T18:10:12Z Lise04 438850 The PIN entry screen from Splatoon 2 wikitext text/x-wiki == Summary == The PIN entry screen from Splatoon 2 == Licensing == {{License|game}} cc6ff9d57e47e2397d69ff8fab276c12cf582a67 File:Splatoon 2 More Settings.png 6 323 489 2025-04-11T18:11:14Z Lise04 438850 The more settings screen for private battles in Splatoon 2 wikitext text/x-wiki == Summary == The more settings screen for private battles in Splatoon 2 == Licensing == {{License|game}} 02469e164c04ab6a296c2b593838a69ac4ba6676 File:Splatoon 2 Private Battle.png 6 324 490 2025-04-11T18:11:44Z Lise04 438850 The private battle screen from Splatoon 2 wikitext text/x-wiki == Summary == The private battle screen from Splatoon 2 == Licensing == {{License|game}} 801ac94aecdb8c0236975eec98f4e53587e7b16f File:Splatoon 2 Private Battle Stage Select.png 6 325 491 2025-04-11T18:25:02Z Lise04 438850 The stage select screen from Splatoon 2 wikitext text/x-wiki == Summary == The stage select screen from Splatoon 2 == Licensing == {{License|game}} d531e38f9b43a57c8d43059819d8a2cc9a3b01f1 File:Splatoon 2 Private Battle Ink Select.png 6 326 492 2025-04-11T18:34:59Z Lise04 438850 The ink select screen from Splatoon 2 wikitext text/x-wiki == Summary == The ink select screen from Splatoon 2 == Licensing == {{License|game}} bc4f51ae19ad748853c0568aae0bfd110df813ca File:Splatoon 2 The Shoal.png 6 327 493 2025-04-11T18:42:54Z Lise04 438850 The Shoal from Splatoon 2 wikitext text/x-wiki == Summary == The Shoal from Splatoon 2 == Licensing == {{License|game}} 5cacc01bedad24480629e9008a75b492a282a7c1 File:Splatoon 2 The Shoal Salmon Run.png 6 328 494 2025-04-11T18:43:54Z Lise04 438850 Salmon run inside Splatoon 2's Shoal mode wikitext text/x-wiki == Summary == Salmon run inside Splatoon 2's Shoal mode == Licensing == {{License|game}} dace256c5f42cf833ddc8fadef7cfbab6ca625b8 File:Splatoon 2 The Shoal More Settings.png 6 329 495 2025-04-11T18:44:36Z Lise04 438850 Additional settings available in Splatoon 2's Shoal, compared to online private lobbies wikitext text/x-wiki == Summary == Additional settings available in Splatoon 2's Shoal, compared to online private lobbies == Licensing == {{License|game}} 9b558d78baf77f37c6b66e72ef5857e9c59e08db File:WiiU Dpad.svg 6 330 497 2025-04-16T21:28:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad All.svg 6 331 498 2025-04-16T21:28:28Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Down.svg 6 332 499 2025-04-16T21:28:29Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Horizontal.svg 6 333 500 2025-04-16T21:28:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Left.svg 6 334 501 2025-04-16T21:28:31Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad None.svg 6 335 502 2025-04-16T21:28:31Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Right.svg 6 336 503 2025-04-16T21:28:32Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Up.svg 6 337 504 2025-04-16T21:28:33Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Dpad Vertical.svg 6 338 505 2025-04-16T21:28:33Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Gamepad.svg 6 339 506 2025-04-16T21:28:34Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Gamepad Motion Down.svg 6 340 507 2025-04-16T21:28:35Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Gamepad Motion Up.svg 6 341 508 2025-04-16T21:28:35Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Home.svg 6 342 509 2025-04-16T21:28:36Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU L.svg 6 343 510 2025-04-16T21:28:37Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Minus.svg 6 344 511 2025-04-16T21:28:37Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Plus.svg 6 345 512 2025-04-16T21:28:38Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Power.svg 6 346 513 2025-04-16T21:28:39Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Pro.svg 6 347 514 2025-04-16T21:28:40Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU R.svg 6 348 515 2025-04-16T21:28:41Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick.svg 6 349 516 2025-04-16T21:28:41Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Down.svg 6 350 517 2025-04-16T21:28:42Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Horizontal.svg 6 351 518 2025-04-16T21:28:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Left.svg 6 352 519 2025-04-16T21:28:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Right.svg 6 353 520 2025-04-16T21:28:44Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Up.svg 6 354 521 2025-04-16T21:28:45Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Vertical.svg 6 355 522 2025-04-16T21:28:45Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick.svg 6 356 523 2025-04-16T21:28:46Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Down.svg 6 357 524 2025-04-16T21:28:47Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Horizontal.svg 6 358 525 2025-04-16T21:28:48Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Left.svg 6 359 526 2025-04-16T21:28:48Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Right.svg 6 360 527 2025-04-16T21:28:49Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Up.svg 6 361 528 2025-04-16T21:28:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Vertical.svg 6 362 529 2025-04-16T21:28:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Left Stick Top.svg 6 363 530 2025-04-16T21:28:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Right Stick Top.svg 6 364 531 2025-04-16T21:28:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU TV.svg 6 365 532 2025-04-16T21:28:52Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU X.svg 6 366 533 2025-04-16T21:28:53Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU Y.svg 6 367 534 2025-04-16T21:28:53Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU ZL.svg 6 368 535 2025-04-16T21:28:54Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU ZR.svg 6 369 536 2025-04-16T21:28:55Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU 1.svg 6 370 537 2025-04-16T21:28:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU 2.svg 6 371 538 2025-04-16T21:28:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU A.svg 6 372 539 2025-04-16T21:28:57Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:WiiU B.svg 6 373 540 2025-04-16T21:28:57Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc Category:Button Icons 14 374 541 2025-04-16T21:28:59Z Lise04 438850 Created page with "This is a list of all the button icons used on this wiki" wikitext text/x-wiki This is a list of all the button icons used on this wiki f16fe2fda63055cb7edc0c5f10404f5534573df0 User:Lise04/sandbox 2 376 543 2025-04-16T21:45:19Z Lise04 438850 Created page with "{{button|wii-u|1}}" wikitext text/x-wiki {{button|wii-u|1}} 30eb6100f48150123768e7ec69d60c796fdcda91 548 543 2025-04-16T22:11:01Z Lise04 438850 Blanked the page wikitext text/x-wiki da39a3ee5e6b4b0d3255bfef95601890afd80709 550 548 2025-04-16T22:29:43Z Lise04 438850 wikitext text/x-wiki {{Button|Wiiu|a}} b540173144a1bc84ef9f9e3c429a29b3f28013eb 551 550 2025-04-16T22:31:46Z Lise04 438850 wikitext text/x-wiki {{Button|WiiU|A}} 8f7a3fe630dd7ee90af331a191d140012e9e55cb 552 551 2025-04-16T22:31:55Z Lise04 438850 wikitext text/x-wiki {{Button|Wiiu|a}} b540173144a1bc84ef9f9e3c429a29b3f28013eb Template:Button 10 377 549 2025-04-16T22:28:26Z Lise04 438850 Created page with "<includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly>" wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> b0ba5023265c8af0753e7d378fd03125cfecb7a0 553 549 2025-04-16T22:35:06Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button</noinclude> 70c940ac5789fbddaf7bfc6ac74dd6b4b1016764 554 553 2025-04-16T22:35:25Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button</noinclude> 4fe2a594f27ae3bd41d920496491bb3cf6762dad 555 554 2025-04-16T22:37:59Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "Wiiu", "type": "string" }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "a", "type": "string" } } } </templatedata></noinclude> 6dd8101483570f12ad0ac69f5a52f22c0cd28784 File:WiiU NFC.png 6 378 556 2025-04-16T23:01:39Z Lise04 438850 wikitext text/x-wiki Wii U NFC icon. Source: https://www.mariowiki.com/File:NFC.png == Licensing == {{License|CC-PD}} [[Category:Button Icons]] e6bb93129172068e829538074242d2380c6126f0 557 556 2025-04-16T23:01:57Z Lise04 438850 Lise04 renamed page [[File:NFC.png]] to [[File:Wiiu NFC.png]] wikitext text/x-wiki Wii U NFC icon. Source: https://www.mariowiki.com/File:NFC.png == Licensing == {{License|CC-PD}} [[Category:Button Icons]] e6bb93129172068e829538074242d2380c6126f0 File:NFC.png 6 379 558 2025-04-16T23:01:57Z Lise04 438850 Lise04 renamed page [[File:NFC.png]] to [[File:Wiiu NFC.png]] wikitext text/x-wiki #REDIRECT [[File:Wiiu NFC.png]] be3a94ebcdec0693c0ce164613e65e63ee7d70cf File:Touch Tap.svg 6 381 560 2025-04-16T23:07:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc Splatoon 0 283 561 483 2025-04-16T23:08:59Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with [[local multiplayer]] and a [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|stick_l}} |Move Player | - |- |{{Button|Wiiu|stick_r}} |Aim | - |- |{{Button|Wiiu|stick_top_r}} |Activate Special | - |- |{{Button|Wiiu|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Wiiu|zl}} |Squid form | - |- |{{Button|Wiiu|zr}} |Main Weapon |Zoom (Lobby) |- |{{Button|Wiiu|r}} |Sub Weapon | - |- |{{Button|Wiiu|x}} |Jump |Hide reticle (while zooming) |- |{{Button|Wiiu|y}} |Reset View | - |- |{{Button|Wiiu|gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 297a3920958e069b2f65f96c8be1d8fa70dec99d File:Switch ZR.svg 6 382 562 2025-04-16T23:21:41Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch A.svg 6 383 563 2025-04-16T23:21:42Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch B.svg 6 384 564 2025-04-16T23:21:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Console.svg 6 385 565 2025-04-16T23:21:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Down.svg 6 386 566 2025-04-16T23:21:44Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad.svg 6 387 567 2025-04-16T23:21:45Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad All.svg 6 388 568 2025-04-16T23:21:45Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Down.svg 6 389 569 2025-04-16T23:21:46Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Horizontal.svg 6 390 570 2025-04-16T23:21:47Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Left.svg 6 391 571 2025-04-16T23:21:47Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Blank.svg 6 392 572 2025-04-16T23:21:48Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Right.svg 6 393 573 2025-04-16T23:21:49Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Up.svg 6 394 574 2025-04-16T23:21:49Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Dpad Vertical.svg 6 395 575 2025-04-16T23:21:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Home.svg 6 396 576 2025-04-16T23:21:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon.svg 6 397 577 2025-04-16T23:21:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Attach.svg 6 398 578 2025-04-16T23:21:52Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Detach.svg 6 399 579 2025-04-16T23:21:53Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad.svg 6 400 580 2025-04-16T23:21:53Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad All.svg 6 401 581 2025-04-16T23:21:54Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Full Down.svg 6 402 582 2025-04-16T23:21:55Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Horizontal.svg 6 403 583 2025-04-16T23:21:55Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Full Left.svg 6 404 584 2025-04-16T23:21:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad None.svg 6 405 585 2025-04-16T23:21:57Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Full Right.svg 6 406 586 2025-04-16T23:21:57Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Full Up.svg 6 407 587 2025-04-16T23:21:58Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Vertical.svg 6 408 588 2025-04-16T23:21:59Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Left.svg 6 409 589 2025-04-16T23:21:59Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Left Diagonal Motion.svg 6 410 590 2025-04-16T23:22:00Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Left Horizontal Motion.svg 6 411 591 2025-04-16T23:22:01Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Left Rotate.svg 6 412 592 2025-04-16T23:22:02Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Left Vertical.svg 6 413 593 2025-04-16T23:22:02Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Right.svg 6 414 594 2025-04-16T23:22:03Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Right Diagonal Motion.svg 6 415 595 2025-04-16T23:22:04Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Right Horizontal Motion.svg 6 416 596 2025-04-16T23:22:04Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Right Rotate.svg 6 417 597 2025-04-16T23:22:05Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Right Vertical Motion.svg 6 418 598 2025-04-16T23:22:06Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch L.svg 6 419 599 2025-04-16T23:22:06Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Left.svg 6 420 600 2025-04-16T23:22:07Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Minus.svg 6 421 601 2025-04-16T23:22:07Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Plus.svg 6 422 602 2025-04-16T23:22:08Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Pro Controller.svg 6 423 603 2025-04-16T23:22:09Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch R.svg 6 424 604 2025-04-16T23:22:09Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right.svg 6 425 605 2025-04-16T23:22:10Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch SL.svg 6 426 606 2025-04-16T23:22:10Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch SR.svg 6 427 607 2025-04-16T23:22:11Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick.svg 6 428 608 2025-04-16T23:22:12Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Down.svg 6 429 609 2025-04-16T23:22:13Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Horizontal.svg 6 430 610 2025-04-16T23:22:13Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Left.svg 6 431 611 2025-04-16T23:22:14Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Click.svg 6 432 612 2025-04-16T23:22:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Right.svg 6 433 613 2025-04-16T23:22:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Up.svg 6 434 614 2025-04-16T23:22:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Left Stick Vertical.svg 6 435 615 2025-04-16T23:22:17Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick.svg 6 436 616 2025-04-16T23:22:18Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Swtich Right Stick Down.svg 6 437 617 2025-04-16T23:22:18Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Horizontal.svg 6 438 618 2025-04-16T23:22:19Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Left.svg 6 439 619 2025-04-16T23:22:19Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Click.svg 6 440 620 2025-04-16T23:22:20Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Right.svg 6 441 621 2025-04-16T23:22:21Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Up.svg 6 442 622 2025-04-16T23:22:21Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Right Stick Vertical.svg 6 443 623 2025-04-16T23:22:22Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Joycon Dpad Up.svg 6 449 629 2025-04-16T23:22:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch X.svg 6 450 630 2025-04-16T23:22:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch Y.svg 6 451 631 2025-04-16T23:22:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc File:Switch ZL.svg 6 452 632 2025-04-16T23:22:28Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc Template:Button 10 377 633 555 2025-04-16T23:27:09Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <includeonly>[[File:{{{1}}}_{{{2}}}.png|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "Wiiu", "type": "string" }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "a", "type": "string" } } } </templatedata></noinclude> 6c09c909f9b0aaa0c75c3dc9822d4a4dc3da124c 634 633 2025-04-16T23:28:43Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "Wiiu", "type": "string" }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "a", "type": "string" } } } </templatedata></noinclude> 6dd8101483570f12ad0ac69f5a52f22c0cd28784 Splatoon 2 0 302 635 496 2025-04-16T23:41:34Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a [[third-person shooter]] game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive [[online multiplayer]] matches against human opponents, with a [[Co-op|cooperative]] gamemode against NPC enemies and [[singleplayer]] campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Switch|stick_l}} |Move player | - |- |{{Button|Switch|stick_r}} |Aim |Move map cursor |- |{{Button|Switch|stick_r_press}} |Activate Special | - |- |{{Button|Switch|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Switch|zl}} |Squid form |Hide cursor (Lobby) |- |{{Button|Switch|zr}} |Main weapon |Zoom (Lobby) |- |{{Button|Switch|r}} |Sub weapon | - |- |{{Button|Switch|b}} |Jump | - |- |{{Button|Switch|y}} |Reset view | - |- |{{Button|Switch|x}} |Open map | - |- |{{Button|Switch|joycon_right_rotate}} |Gyro aim |Move map cursor |} == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legwear File:Splatoon 2 Legware Select Boy.png|Boy Legwear </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == The player can host Private Battles, which allow 2-8 friends to play together, with up to 2 spectators watching the game. * '''Voice Chat''': Whether or not [[Voice Chat]] via the Nintendo Switch companion app should be allowed. Defaults to ON. * '''Set password''': Whether or not the lobby should be locked behind a 4 digit PIN. Defaults to none. * '''Mode''': Pick between any gamemode. Turf War, Turf War (Splatfest), Splat Zones, Tower Control, Rainmaker, and Clam Blitz are all available. * '''Stage''': Pick between any of the stages in the game, that are compatible with the selected mode, including random. * '''Ink Colors''' (Turf War (Splatfest) only): Pick between any ink color combinations from any past Splatfest, including random. * '''Random ON/OFF''': Strikes specific ink colors from being potentially selected by random * '''No Secondary Abilities''': Toggles whether the secondary abilities on any given piece of gear have an effect. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 Private Battle Creation.png|Lobby Creation File:Splatoon 2 PIN Entry.png|PIN Entry File:Splatoon 2 Private Battle.png|Main Screen File:Splatoon 2 More Settings.png|More Settings File:Splatoon 2 Private Battle Stage Select.png|Stage Select File:Splatoon 2 Private Battle Ink Select.png|Ink Select </gallery> === The Shoal === '''The Shoal''' is Splatoon 2's LAN mode, available over either a standard wired LAN connection, or the console's own local wireless system. LAN play is almost the same as the standard Private Battles, with a few more options catered to in-person competitive events, and the ability to host a Salmon Run lobby * '''Use amiibo Gear''': Allows players to instantly load saved gear loadouts from an [[Amiibo]]. Defaults to OFF. * '''Use amiibo User Name''': Allows players to use the name saved to an Amiibo. Defaults to OFF. * '''Reset Options Every Match''': Resets any player-specific options that may have been changed after each match. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 The Shoal.png|The Shoal File:Splatoon 2 The Shoal More Settings.png|More Settings </gallery> === Salmon Run === [[File:Splatoon 2 The Shoal Salmon Run.png|alt=Salmon Run|thumb|Salmon Run]] '''Salmon Run''' is a co-op wave defense mode in Splatoon 2. It's available online at scheduled times, mirroring real life shift work. The LAN version is available anytime in The Shoal, and has more customization options, including the ability to select any weapon you'd like. * '''Stage''': Select any of the game's 5 stages, including random * '''Hazard Level''': Change the difficulty, from 10% to 200%. The different difficulties are put in named brackets: ** '''Apprentice''': 5-15% ** '''Part-Timer''': 20-35% ** '''Go-Getter''': 40-55% ** '''Overachiever''': 60-75% ** '''Profreshional''': 80-200% <references /> 5fba67c8bf12de12fcdf4549b563688e3b06a918 662 635 2025-04-17T01:22:59Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with a cooperative gamemode against NPC enemies and singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 3|sequel]] was released in 2022. __TOC__ == Controls == [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Switch|stick_l}} |Move player | - |- |{{Button|Switch|stick_r}} |Aim |Move map cursor |- |{{Button|Switch|stick_r_press}} |Activate Special | - |- |{{Button|Switch|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Switch|zl}} |Squid form |Hide cursor (Lobby) |- |{{Button|Switch|zr}} |Main weapon |Zoom (Lobby) |- |{{Button|Switch|r}} |Sub weapon | - |- |{{Button|Switch|b}} |Jump | - |- |{{Button|Switch|y}} |Reset view | - |- |{{Button|Switch|x}} |Open map | - |- |{{Button|Switch|joycon_right_rotate}} |Gyro aim |Move map cursor |} == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select Girl.png|Girl Legwear File:Splatoon 2 Legware Select Boy.png|Boy Legwear </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == The player can host Private Battles, which allow 2-8 friends to play together, with up to 2 spectators watching the game. * '''Voice Chat''': Whether or not [[Voice Chat]] via the Nintendo Switch companion app should be allowed. Defaults to ON. * '''Set password''': Whether or not the lobby should be locked behind a 4 digit PIN. Defaults to none. * '''Mode''': Pick between any gamemode. Turf War, Turf War (Splatfest), Splat Zones, Tower Control, Rainmaker, and Clam Blitz are all available. * '''Stage''': Pick between any of the stages in the game, that are compatible with the selected mode, including random. * '''Ink Colors''' (Turf War (Splatfest) only): Pick between any ink color combinations from any past Splatfest, including random. * '''Random ON/OFF''': Strikes specific ink colors from being potentially selected by random * '''No Secondary Abilities''': Toggles whether the secondary abilities on any given piece of gear have an effect. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 Private Battle Creation.png|Lobby Creation File:Splatoon 2 PIN Entry.png|PIN Entry File:Splatoon 2 Private Battle.png|Main Screen File:Splatoon 2 More Settings.png|More Settings File:Splatoon 2 Private Battle Stage Select.png|Stage Select File:Splatoon 2 Private Battle Ink Select.png|Ink Select </gallery> === The Shoal === '''The Shoal''' is Splatoon 2's LAN mode, available over either a standard wired LAN connection, or the console's own local wireless system. LAN play is almost the same as the standard Private Battles, with a few more options catered to in-person competitive events, and the ability to host a Salmon Run lobby * '''Use amiibo Gear''': Allows players to instantly load saved gear loadouts from an [[Amiibo]]. Defaults to OFF. * '''Use amiibo User Name''': Allows players to use the name saved to an Amiibo. Defaults to OFF. * '''Reset Options Every Match''': Resets any player-specific options that may have been changed after each match. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 The Shoal.png|The Shoal File:Splatoon 2 The Shoal More Settings.png|More Settings </gallery> === Salmon Run === [[File:Splatoon 2 The Shoal Salmon Run.png|alt=Salmon Run|thumb|Salmon Run]] '''Salmon Run''' is a co-op wave defense mode in Splatoon 2. It's available online at scheduled times, mirroring real life shift work. The LAN version is available anytime in The Shoal, and has more customization options, including the ability to select any weapon you'd like. * '''Stage''': Select any of the game's 5 stages, including random * '''Hazard Level''': Change the difficulty, from 10% to 200%. The different difficulties are put in named brackets: ** '''Apprentice''': 5-15% ** '''Part-Timer''': 20-35% ** '''Go-Getter''': 40-55% ** '''Overachiever''': 60-75% ** '''Profreshional''': 80-200% <references /> 99fa88d2fd1e094fb9f5e841dac47868d9868370 Category:List of Platforms 14 453 636 2025-04-16T23:48:14Z Lise04 438850 Created page with "This is a list of all the hardware platforms cataloged on this wiki. <!-- For now this is manually assigned, somebody smarter than me please figure out if there's a reasonable way to automate this. -Lise04 -->" wikitext text/x-wiki This is a list of all the hardware platforms cataloged on this wiki. <!-- For now this is manually assigned, somebody smarter than me please figure out if there's a reasonable way to automate this. -Lise04 --> b4cb8b846e0ddf4b3383b07f0476440fa94d19a2 MediaWiki:Sidebar 8 279 637 448 2025-04-16T23:51:16Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:List_of_Platforms|Platforms ** Category:List_of_Input_Methods|Input Methods ** Category:List_of_Common_Settings|Common Settings ** Category:List_of_Games|List of Games ** Category:List_of_Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES 44af6dea9b5dd41051a1d6926a4da31142f1dac9 Template:Hardware Info 10 454 638 2025-04-17T00:06:57Z Lise04 438850 Created page with "<includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold, |Technical Info=Supported Resolutions,Input Devices,Storage Size,Ports, |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufac..." wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold, |Technical Info=Supported Resolutions,Input Devices,Storage Size,Ports, |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:Consoles In The {{{Generation}}} Generation]] }} {{{Generation}}} }} </includeonly> 4e2af2c626a2660ab8a5e512870670ab5fb73440 641 638 2025-04-17T00:44:10Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold, |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports, |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:Consoles In The {{{Generation}}} Generation]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information. Separate currencies with <br>", "example": "US$299<br>¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. Separate different devices with <br>", "example": "Joycon<br>Nintendo Switch Pro Controller<br>USB Keyboard<br>USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki" ] } </templatedata> </noinclude> a2e75f718e7734c4a3630a4651ddb3efa1e972ab 642 641 2025-04-17T00:50:07Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold, |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:Consoles In The {{{Generation}}} Generation]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity" ] } </templatedata> </noinclude> 72b7ab5f451f1ffdc3292e14f7ca31ceddd498f5 646 642 2025-04-17T00:54:57Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold, |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity" ] } </templatedata> </noinclude> 0a95cc487914c54e6ef1232c010ed7120e6c3389 647 646 2025-04-17T00:56:53Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one", "example": "Wii", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one", "example": "Nintendo Switch" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> dec900d5ac0559c7233efe5751f4c8890896eeb9 651 647 2025-04-17T00:58:56Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one", "example": "Wii", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one", "example": "Nintendo Switch", "type": "wiki-page-name" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> 0fce017b90e745ec6589fd30e279daadf6900115 652 651 2025-04-17T01:00:13Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Wii]]", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Nintendo Switch]]" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> 7e3e880677b00d066de0205fb4b470136c6538c2 654 652 2025-04-17T01:00:58Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Generation Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. Prefer a *high quality* independent wiki, but just the wikipedia article would suffice. Worth noting that the mario wiki often has the best articles on nintendo hardware", "example": "https://www.mariowiki.com/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Wii]]", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Nintendo Switch]]" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> 213cada8d1580e3a4d44ad9df5b7c27c25096810 657 654 2025-04-17T01:06:29Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Generation Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. I wish there were high quality independent wikis for video game hardware, but just the wikipedia article is probably gonna be your best bet", "example": "https://en.wikipedia.org/wiki/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Wii]]", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Nintendo Switch]]" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> 8c171022d4b275f6dd1c3a2458d4f3014bb4f3d2 Template:Game infobox 10 281 639 432 2025-04-17T00:10:38Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" }, "Series": { "aliases": [ "Franchise" ], "label": "Series", "description": "The series or franchise a game is part of, leave blank if it's standalone", "example": "Super Mario", "type": "string" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki", "Series" ] } </templatedata></noinclude> aedeaaf256e6c7c025cf458ae0a035a1fab83c3a File:Wii U Console and Gamepad.png 6 455 640 2025-04-17T00:16:10Z Lise04 438850 From wikimedia https://commons.wikimedia.org/wiki/File:Wii_U_Console_and_Gamepad.png wikitext text/x-wiki == Summary == From wikimedia https://commons.wikimedia.org/wiki/File:Wii_U_Console_and_Gamepad.png == Licensing == {{License|CC-BY-SA}} 8b66323b413b9696c301ade8ccb4491c33584eae Wii U 0 456 643 2025-04-17T00:53:11Z Lise04 438850 Created page with "{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Port..." wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U}} ebb6976bcc2c0e30d6a21a4898b9406f3105f901 648 643 2025-04-17T00:57:37Z Lise04 438850 wikitext text/x-wiki The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U}} e725170d6429c3b9eb02074a84d579a8b78a9ed4 649 648 2025-04-17T00:57:48Z Lise04 438850 wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure 0e373e1b404e752e5aa301def6f4d70391106a03 650 649 2025-04-17T00:58:33Z Lise04 438850 wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=Wii|Successor=Nintendo Switch}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure f0d4b9d4b1d603a313dc8a687ce74d4731cffb1d 653 650 2025-04-17T01:00:33Z Lise04 438850 wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure fdcab591426f159763e799d816d4fcddbba5fd33 655 653 2025-04-17T01:03:14Z Lise04 438850 wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://www.mariowiki.com/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. 2bd62bddb3dc7c3431a49bb0253a668924f1d761 658 655 2025-04-17T01:06:51Z Lise04 438850 wikitext text/x-wiki {{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. 2cd210f6430fe3bad391a836c70661da587b3ccc 659 658 2025-04-17T01:14:01Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. 39edc97850b76e3cea27262234c7178ff8728687 Category:Consoles Manufactured By Nintendo 14 457 644 2025-04-17T00:53:59Z Lise04 438850 Created page with "This is a list of consoles manufactured by [[Nintendo]]" wikitext text/x-wiki This is a list of consoles manufactured by [[Nintendo]] a2e8332652625e9d28d092d0359ade6a6fb8c209 Category:List of Home consoles 14 458 645 2025-04-17T00:54:29Z Lise04 438850 Created page with "This is a list of home consoles cataloged on this wiki" wikitext text/x-wiki This is a list of home consoles cataloged on this wiki fc37632fd25497e9b27df124cfdeaf01591303ae Category:List of 8th Generation Consoles 14 459 656 2025-04-17T01:04:15Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Eighth_generation_of_video_game_consoles eighth generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Eighth_generation_of_video_game_consoles eighth generation], that are cataloged by this wiki. 2ba395e9b107023cd797e9d83e11e6f5be09465e Splatoon 0 283 660 561 2025-04-17T01:20:32Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|stick_l}} |Move Player | - |- |{{Button|Wiiu|stick_r}} |Aim | - |- |{{Button|Wiiu|stick_top_r}} |Activate Special | - |- |{{Button|Wiiu|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Wiiu|zl}} |Squid form | - |- |{{Button|Wiiu|zr}} |Main Weapon |Zoom (Lobby) |- |{{Button|Wiiu|r}} |Sub Weapon | - |- |{{Button|Wiiu|x}} |Jump |Hide reticle (while zooming) |- |{{Button|Wiiu|y}} |Reset View | - |- |{{Button|Wiiu|gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> da65105eada13a8a6c97663664e88af551974e39 661 660 2025-04-17T01:21:26Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|stick_l}} |Move Player | - |- |{{Button|Wiiu|stick_r}} |Aim | - |- |{{Button|Wiiu|stick_top_r}} |Activate Special | - |- |{{Button|Wiiu|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Wiiu|zl}} |Squid form | - |- |{{Button|Wiiu|zr}} |Main Weapon |Zoom (Lobby) |- |{{Button|Wiiu|r}} |Sub Weapon | - |- |{{Button|Wiiu|x}} |Jump |Hide reticle (while zooming) |- |{{Button|Wiiu|y}} |Reset View | - |- |{{Button|Wiiu|gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 50554798a70a097f7d864d75ec6a3bca2392ac7f Template:Company Infobox 10 460 663 2025-04-17T01:33:08Z Lise04 438850 Created page with "<includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info,Publisher Info,Developer Info,External Links |General Info=Founded, Location,Current president |Publisher Info=First game published,Latest game published, |Developer Info=First game developed,Latest game developed, |External Links=Wiki }} </includeonly>" wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info,Publisher Info,Developer Info,External Links |General Info=Founded, Location,Current president |Publisher Info=First game published,Latest game published, |Developer Info=First game developed,Latest game developed, |External Links=Wiki }} </includeonly> 30a88bd2b80afa7828883639f39418b86d6d59ff 664 663 2025-04-17T01:43:03Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info,Publisher Info,Developer Info,External Links |General Info=Founded, Location,Current CEO |Publisher Info=First game published,Latest game published, |Developer Info=First game developed,Latest game developed, |External Links=Wiki }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "description": "Usually the company logo. Takes the filename of an image on this wiki", "example": "Nintendo_Logo.png", "type": "wiki-file-name" }, "Founded": { "description": "Date the company was founded", "example": "23 Sep 1889", "type": "date" }, "Location": { "description": "Physical location the company is headquartered", "example": "Kyoto, Japan", "type": "string" }, "First game published": { "description": "The first game published by this company. If it has an article on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "Latest game published": { "description": "The most recent game this company published. If it has a page on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "First game developed": { "description": "The first game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "suggestedvalues": [ "Super Mario Bros." ] }, "Latest game developed": { "description": "The latest game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "type": "string" }, "Wiki": { "description": "A high quality external wiki article for this company, usually just the wikipedia article", "example": "https://en.wikipedia.org/wiki/Nintendo", "type": "url" }, "Current CEO": { "description": "The current CEO/president of the company", "example": "Shuntaro Furukawa", "type": "string" } }, "paramOrder": [ "image", "Founded", "Location", "Current CEO", "First game published", "Latest game published", "First game developed", "Latest game developed", "Wiki" ] } </templatedata> </noinclude> 968ffc2f5fc251999763dbdfeaee878bebc4b0ec File:Nintendo logo.svg 6 461 665 2025-04-17T01:50:17Z Lise04 438850 Nintendo's company logo. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:Nintendo.svg As a creative work, this logo lacks originality required to be copyrighted and is thus public domain. However trademark law does still apply wikitext text/x-wiki == Summary == Nintendo's company logo. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:Nintendo.svg As a creative work, this logo lacks originality required to be copyrighted and is thus public domain. However trademark law does still apply 929fa9c9d3b44672270fe6f7b6036ddee16017f2 666 665 2025-04-17T01:50:25Z Lise04 438850 Lise04 renamed page [[File:Nintendo.svg]] to [[File:Nintendo logo.svg]] wikitext text/x-wiki == Summary == Nintendo's company logo. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:Nintendo.svg As a creative work, this logo lacks originality required to be copyrighted and is thus public domain. However trademark law does still apply 929fa9c9d3b44672270fe6f7b6036ddee16017f2 File:Nintendo.svg 6 462 667 2025-04-17T01:50:25Z Lise04 438850 Lise04 renamed page [[File:Nintendo.svg]] to [[File:Nintendo logo.svg]] wikitext text/x-wiki #REDIRECT [[File:Nintendo logo.svg]] b474eb365029ed45907b3ab96bab61d37f9eeced Template:Company Infobox 10 460 668 664 2025-04-17T01:54:25Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info,Publisher Info,Developer Info,External Links |General Info=Founded, Location,Current CEO |Publisher Info=First game published,Latest game published, |Developer Info=First game developed,Latest game developed, |External Links=Wiki }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "description": "Usually the company logo. Takes the filename of an image on this wiki", "example": "Nintendo_Logo.png", "type": "wiki-file-name" }, "Founded": { "description": "Date the company was founded", "example": "23 Sep 1889", "type": "date" }, "Location": { "description": "Physical location the company is headquartered", "example": "Kyoto, Japan", "type": "string" }, "First game published": { "description": "The first game published by this company. If it has an article on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "Latest game published": { "description": "The most recent game this company published. If it has a page on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "First game developed": { "description": "The first game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "example": "Super Mario Bros." }, "Latest game developed": { "description": "The latest game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "type": "string" }, "Wiki": { "description": "A high quality external wiki article for this company, usually just the wikipedia article", "example": "https://en.wikipedia.org/wiki/Nintendo", "type": "url" }, "Current CEO": { "description": "The current CEO/president of the company", "example": "Shuntaro Furukawa", "type": "string" } }, "paramOrder": [ "image", "Founded", "Location", "Current CEO", "First game published", "Latest game published", "First game developed", "Latest game developed", "Wiki" ] } </templatedata> </noinclude> dc5df18b50ce85e6adc75441aa31fdf49bc289a0 670 668 2025-04-17T02:06:51Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info,Publisher Info,Developer Info,External Links |General Info=Founded, Location,Current CEO |Publisher Info=First game published,Latest game published, |Developer Info=First game developed,Latest game developed, |External Links=Wiki }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "description": "Usually the company logo. Takes the filename of an image on this wiki", "example": "Nintendo_Logo.png", "type": "wiki-file-name" }, "Founded": { "description": "Date the company was founded", "example": "23 Sep 1889", "type": "date" }, "Location": { "description": "Physical location the company is headquartered", "example": "Kyoto, Japan", "type": "string" }, "First game published": { "description": "The first game published by this company. If it has an article on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "Latest game published": { "description": "The most recent game this company published. If it has a page on this wiki, format it inside [[brackets]]", "example": "Super Mario Bros.", "type": "string" }, "First game developed": { "description": "The first game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "example": "Super Mario Bros." }, "Latest game developed": { "description": "The latest game developed by this company. If it has a page on this wiki, format it in [[brackets]]", "type": "string" }, "Wiki": { "description": "A high quality external wiki article for this company, usually just the wikipedia article", "example": "https://en.wikipedia.org/wiki/Nintendo", "type": "url" }, "Current CEO": { "description": "The current CEO/president of the company", "example": "Shuntaro Furukawa", "type": "string" } }, "paramOrder": [ "image", "Founded", "Location", "Current CEO", "First game published", "Latest game published", "First game developed", "Latest game developed", "Wiki" ] } </templatedata> </noinclude> 997d451b96469015a8334b40c43baa8e1032894c Nintendo 0 463 669 2025-04-17T02:06:36Z Lise04 438850 Created page with "{{Company Infobox|image=Nintendo logo.svg|Founded=23 Sep 1889|Location=Kyoto, Japan|Current CEO=Shuntaro Furukawa|First game published=Color TV-Game|Latest game published=[[Xenoblade Chronicles X:Definitive Edition]]|First game developed=Color TV-Game|Latest game developed=Super Mario Party Jamboree|Wiki=https://en.wikipedia.org/wiki/Nintendo}}" wikitext text/x-wiki {{Company Infobox|image=Nintendo logo.svg|Founded=23 Sep 1889|Location=Kyoto, Japan|Current CEO=Shuntaro Furukawa|First game published=Color TV-Game|Latest game published=[[Xenoblade Chronicles X:Definitive Edition]]|First game developed=Color TV-Game|Latest game developed=Super Mario Party Jamboree|Wiki=https://en.wikipedia.org/wiki/Nintendo}} ff6adf82fecf1c1645678efabd835a7306178533 672 669 2025-04-17T02:07:36Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Company Infobox|image=Nintendo logo.svg|Founded=23 Sep 1889|Location=Kyoto, Japan|Current CEO=Shuntaro Furukawa|First game published=Color TV-Game|Latest game published=[[Xenoblade Chronicles X:Definitive Edition]]|First game developed=Color TV-Game|Latest game developed=Super Mario Party Jamboree|Wiki=https://en.wikipedia.org/wiki/Nintendo}} 93d7dc2c9a5a2c7ef6071e39ba658aa5786319e3 673 672 2025-04-17T02:09:35Z Lise04 438850 wikitext text/x-wiki {{Stub}} {{Company Infobox|image=Nintendo logo.svg|Founded=23 Sep 1889|Location=Kyoto, Japan|Current CEO=Shuntaro Furukawa|First game published=Color TV-Game|Latest game published=[[Xenoblade Chronicles X: Definitive Edition]]|First game developed=Color TV-Game|Latest game developed=Super Mario Party Jamboree|Wiki=https://en.wikipedia.org/wiki/Nintendo}} '''Nintendo''' is a game developer and publisher based in Kyoto Japan. It is primarily known for it's unique and creative games developed in close collaboration with their hardware. db9455273fcb92fc987d3880d50794112c535fce 684 673 2025-04-17T03:25:16Z Lise04 438850 wikitext text/x-wiki {{Stub}} {{Company Infobox|image=Nintendo logo.svg|Founded=23 Sep 1889|Location=Kyoto, Japan|Current CEO=Shuntaro Furukawa|First game published=Color TV-Game|Latest game published=[[Xenoblade Chronicles X: Definitive Edition]]|First game developed=Color TV-Game|Latest game developed=Super Mario Party Jamboree|Wiki=https://en.wikipedia.org/wiki/Nintendo}} '''Nintendo''' is a game developer and publisher based in Kyoto Japan. It is primarily known for it's unique and creative games developed in close collaboration with their hardware. == See also: == * [[:Category:Consoles Manufactured By Nintendo|List of Consoles manufactured by Nintendo]] * [[:Category:Games published by Nintendo|List of games Developed by Nintendo]] * [[:Category:Games published by Nintendo|List of games Published by Nintendo]] 7bf4d474901fb179f3c0543f4232da9129516a95 Template:Hardware Info 10 454 671 657 2025-04-17T02:07:09Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Generation Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. I wish there were high quality independent wikis for video game hardware, but just the wikipedia article is probably gonna be your best bet", "example": "https://en.wikipedia.org/wiki/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Wii]]", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Nintendo Switch]]" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor" ] } </templatedata> </noinclude> af95ced064cb8c9e0fbf7d05db29f7edea6c9cf0 Template:Game infobox 10 281 674 639 2025-04-17T02:54:26Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating,Predecessor.Successor |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" }, "Series": { "aliases": [ "Franchise" ], "label": "Series", "description": "The series or franchise a game is part of, leave blank if it's standalone", "example": "Super Mario", "type": "string" }, "Predecessor": { "description": "The game that came before this one. Format it inside [[brackets]] to link to the appropriate game", "example": "[[Super Mario Bros.]]" }, "Successor": { "aliases": [ "sequel" ], "description": "The game that came after this one. Format it inside [[brackets]] to link the appropriate game", "example": "[[Super Mario Bros. 3]]" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki", "Series", "Predecessor", "Successor" ] } </templatedata></noinclude> 81b85e0f9b96747fa6917904982730c9adff8811 Wii U 0 456 678 659 2025-04-17T03:12:22Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. {{See also|Category:Games released on Wii U}} e4673a31f7b3dd9e96fefa1eb235d32683031b46 680 678 2025-04-17T03:18:08Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. 39edc97850b76e3cea27262234c7178ff8728687 683 680 2025-04-17T03:20:28Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. == See also: == * [[:Category:Games released on Wii U|List of games released on the Wii U]] * [[Nintendo Switch]] 453d6a820491d7cbcac12c04b63f0bbc99b11819 689 683 2025-04-17T03:40:26Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. == See also: == * [[:Category:Games released on Wii U|List of games released on the Wii U]] * [[Nintendo Switch]] [[:Category:Platforms]] 55b7d8b3cfcd0d1725404b296d1df804f1af286c 690 689 2025-04-17T03:40:45Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. == See also: == * [[:Category:Games released on Wii U|List of games released on the Wii U]] * [[Nintendo Switch]] [[Category:Platforms]] 5801528c14f8b6d0c5330bded0f42b0a6f0a494e 702 690 2025-04-18T23:59:44Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Wii U Console and Gamepad.png|Manufacturer=Nintendo|Generation=8th|Release Date=NA: 18 Nov 2012<br>PAL: 30 Nov 2012<br>JP: Dec 8 2012|Discontinued=31 Jan 2017|Type=Home console|Launch MSRP=US$299/¥26,250 (Basic)<br>US$349/¥31,500 (Deluxe)|Units Sold=13.56 million (as of 31 Dec 2019)|Maximum Resolution=1080p|Input Devices=Wii U Gamepad, Wii U Pro Controller, Wii Remote, GameCube Controller (With adapter)|Storage Size=8GB (Basic), 32GB (Deluxe)|Ports=4x USB 2.0, SD(HC) card, HDMI, Wii Video Cable, Wii U AC Adapter, Wii Sensor Bar|Wiki=https://en.wikipedia.org/wiki/Wii_U|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication (for DS and 3DS systems)|Predecessor=[[Wii]]|Successor=[[Nintendo Switch]]}} The Wii U is a home console released in 2012 by [[Nintendo]]. It's main gimmick is the secondary screen gamepad controller. It is considered a commercial and critical failure. It has backwards compatibility to the [[Wii]]. == See also: == * [[:Category:Games released on Wii U|List of games released on the Wii U]] [[Category:Platforms]] b188f6ca7211c2d7692a4f0b4040a0c34ff31230 Category:List of 1080p consoles 14 465 681 2025-04-17T03:18:53Z Lise04 438850 Created page with "This is a list of consoles cataloged on this wiki, that support a maximum resolution of 1080p" wikitext text/x-wiki This is a list of consoles cataloged on this wiki, that support a maximum resolution of 1080p ca2ed99fe73210efd87505134034876b7802d9fe 682 681 2025-04-17T03:19:02Z Lise04 438850 wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 1080p 3e659801e990398a8bf597a11f7314e042e14350 Gyro aim 0 466 685 2025-04-17T03:37:53Z Lise04 438850 Created page with "{{Stub}}[[File:Splatoon prima guide inputs.png|thumb|[[Splatoon]] is often credited with bringing gyroscopic aim to the mainstream]] '''Gyro aim''' is a feature of many modern games, which allows the usage of a gyroscope inside the controller to achieve [[Mouse|mouse-like]] precision aim, in contrast to stick-only aim (which often requires [[Aim assist]] to be viable)." wikitext text/x-wiki {{Stub}}[[File:Splatoon prima guide inputs.png|thumb|[[Splatoon]] is often credited with bringing gyroscopic aim to the mainstream]] '''Gyro aim''' is a feature of many modern games, which allows the usage of a gyroscope inside the controller to achieve [[Mouse|mouse-like]] precision aim, in contrast to stick-only aim (which often requires [[Aim assist]] to be viable). 3365f3c2449ac6d671b2432b94decf989cbdbfb8 Category:Platforms 14 289 686 399 2025-04-17T03:39:03Z Lise04 438850 Lise04 renamed page [[Platforms]] to [[Category:Platforms]] wikitext text/x-wiki This is a list of platforms games have released on 975e47440bb8a1234a70db8c0ed32929efb61dcd MediaWiki:Sidebar 8 279 688 637 2025-04-17T03:39:33Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:Platforms|Platforms ** Category:Input_Methods|Input Methods ** Category:List_of_Common_Settings|Common Settings ** Category:List_of_Games|List of Games ** Category:List_of_Series|List of Series * sidebar-customizing-wiki * search ** Special:Search|Search page ** List of Tags|List of Tags * TOOLBOX * LANGUAGES 9b8b7ce3adb5c66bc8bcc43516d1b845511981a6 User:Lise04/sandbox 2 376 691 552 2025-04-17T16:36:18Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|stick_l}} | | |- |{{Button|Wiiu|stick_r}} | | |- | | | |- | | | |- | | | |- | | | |- | | | |- | | | |- | | | |} 31b30b429221aac99da61b12742438361071fa0f 693 691 2025-04-17T16:38:05Z Lise04 438850 Blanked the page wikitext text/x-wiki da39a3ee5e6b4b0d3255bfef95601890afd80709 File:Nintendo Switch Console Docked With Joycon Grip.jpg 6 469 694 2025-04-17T16:43:55Z Lise04 438850 A photo of the Nintendo Switch console inside it's dock, next to a Joycon Grip wikitext text/x-wiki == Summary == A photo of the Nintendo Switch console inside it's dock, next to a Joycon Grip == Licensing == {{License|CC-PD}} 104940c3f85f5299f220ca94896cedbaa6567234 695 694 2025-04-17T16:45:46Z Lise04 438850 wikitext text/x-wiki == Summary == A photo of the Nintendo Switch console inside it's dock, next to a Joycon Grip == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] 4fc525d4585f20ae4042c8b1c0619a4af2c52272 Category:Hardware Photos 14 470 696 2025-04-17T16:46:16Z Lise04 438850 Created page with "This is a collection of photos of various pieces of console hardware and accessories" wikitext text/x-wiki This is a collection of photos of various pieces of console hardware and accessories 3b8f2181e6e358395eb54e5e3feb075ab52f454b File:Wii U Console and Gamepad.png 6 455 697 640 2025-04-17T16:46:54Z Lise04 438850 wikitext text/x-wiki == Summary == From wikimedia https://commons.wikimedia.org/wiki/File:Wii_U_Console_and_Gamepad.png == Licensing == {{License|CC-BY-SA}} [[Category:Hardware Photos]] 864b1fb45553243ae1cca65b62fc9ace541dafce Nintendo Switch 0 471 698 2025-04-18T00:20:27Z Lise04 438850 Created page with "{{Stub}}{{Hardware Info|image=Nintendo Switch Console Docked With Joycon Grip.jpg|Manufacturer=Nintendo|Generation=8th|Release Date=Mar 3 2017|Type=Hybrid console|Launch MSRP=US$299.99/¥29,980/€329.99|Units Sold=150.86 Million (as of Dec 31 2024)|Maximum Resolution=1080p|Input Devices=Joy-con, Nintendo Switch Pro Controller, Touchscreen, GameCube Controller (with adapter), USB Keyboard, USB Mouse|Storage Size=32GB|Ports=USB|Wiki=https://en.wikipedia.org/wiki/Nintendo_..." wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo Switch Console Docked With Joycon Grip.jpg|Manufacturer=Nintendo|Generation=8th|Release Date=Mar 3 2017|Type=Hybrid console|Launch MSRP=US$299.99/¥29,980/€329.99|Units Sold=150.86 Million (as of Dec 31 2024)|Maximum Resolution=1080p|Input Devices=Joy-con, Nintendo Switch Pro Controller, Touchscreen, GameCube Controller (with adapter), USB Keyboard, USB Mouse|Storage Size=32GB|Ports=USB|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication|Predecessor=[[Wii U]], [[Nintendo 3DS]]|Successor=[[Nintendo Switch 2]]}} aac0af833942dda3caf9b9b06394f703e4ddc16b 701 698 2025-04-18T23:53:43Z Lise04 438850 wikitext text/x-wiki {{Stub}} {{Hardware Info|image=Nintendo Switch Console Docked With Joycon Grip.jpg|Manufacturer=Nintendo|Generation=8th|Release Date=Mar 3 2017|Type=Hybrid console|Launch MSRP=US$299.99/¥29,980/€329.99|Units Sold=150.86 Million (as of Dec 31 2024)|Maximum Resolution=1080p|Input Devices=Joy-con, Nintendo Switch Pro Controller, Touchscreen, GameCube Controller (with adapter), USB Keyboard, USB Mouse|Storage Size=32GB|Ports=Tablet: USB-C, Headphone jack<br>Dock: 3x USB 2.0, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication|Predecessor=[[Wii U]], [[Nintendo 3DS]]|Successor=[[Nintendo Switch 2]]}} The '''Nintendo Switch''' is a hybrid console released by [[Nintendo]] in 2017. It's main gimmick is the hybrid form-factor, allowing the player to seamlessly remove the console from the TV dock to play in handheld mode, or dock the system and remove the [[Joy-con]] controllers to play on a TV. fcf5b4e9fe8768b770ffdec1bd80c3e55988d6cf 707 701 2025-04-19T00:05:31Z Lise04 438850 wikitext text/x-wiki {{Stub}} {{Hardware Info|image=Nintendo Switch Console Docked With Joycon Grip.jpg|Manufacturer=Nintendo|Generation=8th|Release Date=Mar 3 2017|Type=Hybrid console|Launch MSRP=US$299.99/¥29,980/€329.99|Units Sold=150.86 Million (as of Dec 31 2024)|Maximum Resolution=1080p|Input Devices=Joy-con, Nintendo Switch Pro Controller, Touchscreen, GameCube Controller (with adapter), USB Keyboard, USB Mouse|Storage Size=32GB|Ports=Tablet: USB-C, Headphone jack<br>Dock: 3x USB 2.0, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication|Predecessor=[[Wii U]], [[Nintendo 3DS]]|Successor=[[Nintendo Switch 2]]}} The '''Nintendo Switch''' is a hybrid console released by [[Nintendo]] in 2017. It's main gimmick is the hybrid form-factor, allowing the player to seamlessly remove the console from the TV dock to play in handheld mode, or dock the system and remove the [[Joy-con]] controllers to play on a TV. == See also: == * [[:Category:Games released on Nintendo Switch]] 432e90ac268475cc9d4e4d660db393897cc3729b File:Nintendo Switch 2 Console With Joycon.png 6 472 699 2025-04-18T23:44:21Z Lise04 438850 A photo of the Nintendo Switch 2 console, next to a pair of Joycon in the grip. Sourced from wikimedia, which itself sourced the file from PhillyBeatzU on youtube https://commons.wikimedia.org/wiki/File:I_ACTUALLY_Played_The_Nintendo_Switch_2_(Hands_On_Preview)_videoplayback-00.00.39.085_(cropped,_transparent_background).png https://www.youtube.com/watch?v=5OvtTOZIOOY wikitext text/x-wiki == Summary == A photo of the Nintendo Switch 2 console, next to a pair of Joycon in the grip. Sourced from wikimedia, which itself sourced the file from PhillyBeatzU on youtube https://commons.wikimedia.org/wiki/File:I_ACTUALLY_Played_The_Nintendo_Switch_2_(Hands_On_Preview)_videoplayback-00.00.39.085_(cropped,_transparent_background).png https://www.youtube.com/watch?v=5OvtTOZIOOY == Licensing == {{License|CC-BY}} f2d24d52a058f5bdfcd182545d636855a372ecb8 Nintendo Switch 2 0 473 700 2025-04-18T23:49:26Z Lise04 438850 Created page with "{{Stub}}{{Hardware Info|image=Nintendo Switch 2 Console With Joycon.png|Manufacturer=Nintendo|Generation=9th|Release Date=Jun 5 2025|Type=Hybrid console|Launch MSRP=US$449.99/€469.99/¥49,980|Maximum Resolution=4k|Input Devices=Joy-Con, Joy-Con 2, Nintendo Switch Pro Controller, Nintendo Switch 2 Pro Controller, Touchscreen|Storage Size=256GB|Ports=Tablet: 2x USB-C, Headphone jack<br>Dock: 2x USB 2.0, Ethernet, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch_2|..." wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo Switch 2 Console With Joycon.png|Manufacturer=Nintendo|Generation=9th|Release Date=Jun 5 2025|Type=Hybrid console|Launch MSRP=US$449.99/€469.99/¥49,980|Maximum Resolution=4k|Input Devices=Joy-Con, Joy-Con 2, Nintendo Switch Pro Controller, Nintendo Switch 2 Pro Controller, Touchscreen|Storage Size=256GB|Ports=Tablet: 2x USB-C, Headphone jack<br>Dock: 2x USB 2.0, Ethernet, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch_2|Wireless Connectivity=WiFi, Bluetooth, Proprietary local wireless|Predecessor=[[Nintendo Switch]]}} e37988029f7f1a5195ada5bccff90eb7b5ffdda6 705 700 2025-04-19T00:02:46Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo Switch 2 Console With Joycon.png|Manufacturer=Nintendo|Generation=9th|Release Date=Jun 5 2025|Type=Hybrid console|Launch MSRP=US$449.99/€469.99/¥49,980|Maximum Resolution=4k|Input Devices=Joy-Con, Joy-Con 2, Nintendo Switch Pro Controller, Nintendo Switch 2 Pro Controller, Touchscreen|Storage Size=256GB|Ports=Tablet: 2x USB-C, Headphone jack<br>Dock: 2x USB 2.0, Ethernet, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch_2|Wireless Connectivity=WiFi, Bluetooth, Proprietary local wireless|Predecessor=[[Nintendo Switch]]}} The '''Nintendo Switch 2''' is an upcoming hybrid console manufactured by [[Nintendo]]. It's primarily a technical upgrade to the [[Nintendo Switch|original]], but it features some new gimmicks such as [[Mouse]] sensors inside the [[Joy-Con 2]] controllers. 13ec8839862c8cf6b4aed63573293307b499af3f 706 705 2025-04-19T00:05:01Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo Switch 2 Console With Joycon.png|Manufacturer=Nintendo|Generation=9th|Release Date=Jun 5 2025|Type=Hybrid console|Launch MSRP=US$449.99/€469.99/¥49,980|Maximum Resolution=4k|Input Devices=Joy-Con, Joy-Con 2, Nintendo Switch Pro Controller, Nintendo Switch 2 Pro Controller, Touchscreen|Storage Size=256GB|Ports=Tablet: 2x USB-C, Headphone jack<br>Dock: 2x USB 2.0, Ethernet, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch_2|Wireless Connectivity=WiFi, Bluetooth, Proprietary local wireless|Predecessor=[[Nintendo Switch]]}} The '''Nintendo Switch 2''' is an upcoming hybrid console manufactured by [[Nintendo]]. It's primarily a technical upgrade to the [[Nintendo Switch|original]], but it features some new gimmicks such as [[Mouse]] sensors inside the [[Joy-Con 2]] controllers. == See also: == * [[:Category:Games released on Nintendo Switch 2]] 931bcd91263c600882052fbb03edac082f02cae9 Category:Games released on Nintendo Switch 14 474 703 2025-04-19T00:00:39Z Lise04 438850 Created page with "This is a list of games released on the [[Nintendo Switch]]." wikitext text/x-wiki This is a list of games released on the [[Nintendo Switch]]. 90da1002c2f380faf0646b539d39ff589574e5bd 704 703 2025-04-19T00:00:52Z Lise04 438850 wikitext text/x-wiki This is a list of games cataloged on this wiki that have released on the [[Nintendo Switch]]. 286b10db5d5f2cbff5e67b04f26193326dd1c61c File:Doom 64 Boxart.jpg 6 475 708 2025-04-19T00:11:50Z Lise04 438850 The box art for Doom 64 wikitext text/x-wiki == Summary == The box art for Doom 64 == Licensing == {{License|fairuse}} 908919d9e37d88f3a154afeacbe6afc3e049fe25 712 708 2025-04-19T00:34:34Z Lise04 438850 wikitext text/x-wiki == Summary == The box art for Doom 64 == Licensing == {{License|fairuse}} [[Category:Boxart]] 6878bc76669e56bc2ce1e6cd7b5f1cf527e3a21b File:Splatoon Wii U Boxart.jpg 6 284 709 347 2025-04-19T00:33:53Z Lise04 438850 wikitext text/x-wiki == Summary == The NA box art for Splatoon on the Wii U Source: [https://web.archive.org/web/20151005075634/http://www.amazon.com/Splatoon-Wii-U/dp/B00KWFCV32 Amazon] ([https://web.archive.org/web/20241228181436im_/https://m.media-amazon.com/images/I/91gOywMXpuL.jpg direct link]) == Licensing == {{License|fairuse}} [[Category:Boxart]] 268e5df216f1abcaede9d67f71cf7f3bf425a005 Category:Boxart 14 476 710 2025-04-19T00:34:09Z Lise04 438850 Created page with "This is a list of boxarts uploaded to this wiki" wikitext text/x-wiki This is a list of boxarts uploaded to this wiki 9bb7fac2122308d44bb28ba9cf655b4669b8dbf1 File:Splatoon 2 Boxart.png 6 301 711 435 2025-04-19T00:34:21Z Lise04 438850 wikitext text/x-wiki == Summary == The NA Boxart for Splatoon 2 (2017) == Licensing == {{License|fairuse}} [[Category:Boxart]] 92b2c9e3416c8c1a2eeb253366be73aac4563d87 File:Doom 64 N64 Settings.png 6 477 713 2025-04-19T00:35:13Z Lise04 438850 The main settings screen from Doom 64 wikitext text/x-wiki == Summary == The main settings screen from Doom 64 == Licensing == {{License|game}} 985253ad56b419326fe6911a3adee87ebf43376c Doom 64 0 478 714 2025-04-19T00:38:04Z Lise04 438850 Created page with "{{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}}" wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} 0cd3b003487b5627587ec1ad1f625d72dc9f2d80 715 714 2025-04-19T00:40:34Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. 5d4e93661383cfbdf1841c669b164b912efad8c3 716 715 2025-04-19T01:45:54Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ 7168735680030e54f87bcf907bdb8ae31101c9ee 717 716 2025-04-19T01:48:26Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. == Controls == <tabber> |-|Default: 1= |-|Default: 2= |-|Default: 3= |-|Default: 4= |-|Default: 5= </tabber>__TOC__ c486d3aebbd98a77ea3f6fa9115b54ba9b3a11d0 718 717 2025-04-19T01:48:42Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Cn}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ == Controls == <tabber> |-|Default: 1= |-|Default: 2= |-|Default: 3= |-|Default: 4= |-|Default: 5= </tabber> d10f78a2f3ccea15e110472c818e506c6aa29322 Template:Citation Needed 10 479 719 2025-04-19T02:28:14Z Lise04 438850 Created page with "<span style="font-size:75%">''Citation needed''</span>" wikitext text/x-wiki <span style="font-size:75%">''Citation needed''</span> 28ef7372a8a2161bef88b8fd65971995d9eceb63 720 719 2025-04-19T02:28:37Z Lise04 438850 wikitext text/x-wiki <includeonly><span style="font-size:75%">''Citation needed''</span></includeonly> 19a898c889a4e78e8d1c1cbb3437b646c6cc705f Template:Citation Needed 10 479 721 720 2025-04-19T02:30:18Z Lise04 438850 wikitext text/x-wiki <noinclude>Example text </noinclude><sup style="font-size: 75%;">''Citation needed''</sup> 38b93fe8eed9198451d1a4b7b669f8edd84fda9a 722 721 2025-04-19T02:30:26Z Lise04 438850 wikitext text/x-wiki <noinclude>Example text</noinclude><sup style="font-size: 75%;">''Citation needed''</sup> 83f7bb66e8686fcff5981409cf91443bd102ba6b Doom 64 0 478 723 718 2025-04-19T02:30:44Z Lise04 438850 /* Controls */ wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ == Controls == === Control Pad === ----The game has five default presets the player can select from, or (Temp buttons, waiting on clarification for N64 icons) {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |Dpad R |Dpad R |Dpad R |C R |Dpad R |- |Left |Dpad L |Dpad L |Dpad L |C L |Dpad L |- |Forward |Dpad U |Dpad U |Dpad U |Dpad U |Dpad U |- |Backward |Dpad D |Dpad D |Dpad D |Dpad D |Dpad D |- |Attack |Z |Z |Z |Z |A |- |Use |C R |C R |C U |Dpad U |C R |- |Map |C U |C U |Dpad U |C U |C U |- |Speed |C L |R |R |L |C D |- |Strafe On |C D |L |Dpad D |C D |Z |- |Strafe Left |L |A |C L |Dpad L |L |- |Strafe Right |R |C D |C R |Dpad R |R |- |Weapon Backward |A |B |A |A |B |- |Weapon Forward |B |C L |B |B |C L |} [[File:Doom 64 N64 Settings.png|thumb|The main settings page]] 3bf95ad560a9309f2129592a193d2a7af38eb47f File:N64 Dpad Down.svg 6 480 724 2025-04-19T02:40:06Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick.svg 6 481 725 2025-04-19T02:40:07Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick UpRight.svg 6 482 726 2025-04-19T02:40:07Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick UpLeft.svg 6 483 727 2025-04-19T02:40:08Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick Up.svg 6 484 728 2025-04-19T02:40:09Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick Right.svg 6 485 729 2025-04-19T02:40:09Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick Left.svg 6 486 730 2025-04-19T02:40:10Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Stick DownRight.svg 6 487 731 2025-04-19T02:40:11Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 769 731 2025-04-19T02:45:29Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 770 769 2025-04-19T02:45:43Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick DR.svg]] to [[File:N64 Stick DownRight.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Stick DownLeft.svg 6 488 732 2025-04-19T02:40:11Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 766 732 2025-04-19T02:44:46Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 767 766 2025-04-19T02:45:20Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick DL.svg]] to [[File:N64 Stick DownLeft.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Stick Down.svg 6 489 733 2025-04-19T02:40:12Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 761 733 2025-04-19T02:44:06Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 762 761 2025-04-19T02:44:13Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick D.svg]] to [[File:N64 Stick D.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 764 762 2025-04-19T02:44:25Z Lise04 438850 Lise04 renamed page [[File:N64 Stick D.svg]] to [[File:N64 Stick Down.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 C.svg 6 490 734 2025-04-19T02:40:13Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 760 734 2025-04-19T02:43:59Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 C Up.svg 6 491 735 2025-04-19T02:40:13Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 759 735 2025-04-19T02:43:55Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 C Right.svg 6 492 736 2025-04-19T02:40:14Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 758 736 2025-04-19T02:43:50Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 C Left.svg 6 493 737 2025-04-19T02:40:15Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 757 737 2025-04-19T02:43:44Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 C Down.svg 6 494 738 2025-04-19T02:40:15Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 756 738 2025-04-19T02:43:18Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 B.svg 6 495 739 2025-04-19T02:40:16Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 755 739 2025-04-19T02:42:14Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 A.svg 6 496 740 2025-04-19T02:40:17Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa 753 740 2025-04-19T02:41:45Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Z.svg 6 497 741 2025-04-19T02:40:17Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Start.svg 6 498 742 2025-04-19T02:40:18Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 R.svg 6 499 743 2025-04-19T02:40:19Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 L.svg 6 500 744 2025-04-19T02:40:20Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad.svg 6 501 745 2025-04-19T02:40:20Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad UpRight.svg 6 502 746 2025-04-19T02:40:21Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad UpLeft.svg 6 503 747 2025-04-19T02:40:22Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad Up.svg 6 504 748 2025-04-19T02:40:22Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad Right.svg 6 505 749 2025-04-19T02:40:23Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad Left.svg 6 506 750 2025-04-19T02:40:24Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad DownRight.svg 6 507 751 2025-04-19T02:40:24Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa File:N64 Dpad DownLeft.svg 6 508 752 2025-04-19T02:40:25Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] 7b94fd6fd4d80855b22ce05880b1106ec72d41fa Category:N64 icons 14 509 754 2025-04-19T02:42:03Z Lise04 438850 Created page with "This is a list of files that are used as N64 button icons" wikitext text/x-wiki This is a list of files that are used as N64 button icons 11b98a04aaf003b958ad90be3907e7f3e36904cf File:N64 Control Stick D.svg 6 510 763 2025-04-19T02:44:13Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick D.svg]] to [[File:N64 Stick D.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick D.svg]] aacb15fd0591c11e7db7a1647f61e936eba75cf2 File:N64 Stick D.svg 6 511 765 2025-04-19T02:44:25Z Lise04 438850 Lise04 renamed page [[File:N64 Stick D.svg]] to [[File:N64 Stick Down.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick Down.svg]] 62a95221bb930775785f1ffd4d163fb5583f9943 File:N64 Control Stick DL.svg 6 512 768 2025-04-19T02:45:20Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick DL.svg]] to [[File:N64 Stick DownLeft.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick DownLeft.svg]] 7f0a8239427eb365346184a9d47ae0649a10bb3c File:N64 Control Stick DR.svg 6 513 771 2025-04-19T02:45:43Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick DR.svg]] to [[File:N64 Stick DownRight.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick DownRight.svg]] 6a539bf6b487fbb93a01a8fc400f52f1c5baa14b File:N64 Stick Left.svg 6 486 772 730 2025-04-19T02:45:52Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 773 772 2025-04-19T02:46:24Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick L.svg]] to [[File:N64 Stick Left.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick L.svg 6 514 774 2025-04-19T02:46:24Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick L.svg]] to [[File:N64 Stick Left.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick Left.svg]] 8cc60e532295ef6a3b8e6a51d59000064dcce301 File:N64 Stick Right.svg 6 485 775 729 2025-04-19T02:46:39Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 776 775 2025-04-19T02:46:50Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick R.svg]] to [[File:N64 Stick Right.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick R.svg 6 515 777 2025-04-19T02:46:50Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick R.svg]] to [[File:N64 Stick Right.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick Right.svg]] 2a767ed600fc8e6f7ca042a96cc0ac813561ef81 File:N64 Stick Up.svg 6 484 778 728 2025-04-19T02:46:59Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 779 778 2025-04-19T02:47:11Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick U.svg]] to [[File:N64 Stick Up.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick U.svg 6 516 780 2025-04-19T02:47:11Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick U.svg]] to [[File:N64 Stick Up.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick Up.svg]] 95461797a812b6bf69f7555c34dbbd704c7a5192 File:N64 Stick UpLeft.svg 6 483 781 727 2025-04-19T02:47:20Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 782 781 2025-04-19T02:47:29Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick UL.svg]] to [[File:N64 Stick UpLeft.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick UL.svg 6 517 783 2025-04-19T02:47:29Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick UL.svg]] to [[File:N64 Stick UpLeft.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick UpLeft.svg]] 04278d4e2d86db6f8f6691e1ba8ccd89d30a1edc File:N64 Stick UpRight.svg 6 482 784 726 2025-04-19T02:47:45Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 785 784 2025-04-19T02:48:00Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick UR.svg]] to [[File:N64 Stick UpRight.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick UR.svg 6 518 786 2025-04-19T02:48:00Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick UR.svg]] to [[File:N64 Stick UpRight.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick UpRight.svg]] c091be3ec05fc88f2bed50f18cd128ee5068ca96 File:N64 Stick.svg 6 481 787 725 2025-04-19T02:48:14Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 788 787 2025-04-19T02:48:20Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick.svg]] to [[File:N64 Stick.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Control Stick.svg 6 519 789 2025-04-19T02:48:20Z Lise04 438850 Lise04 renamed page [[File:N64 Control Stick.svg]] to [[File:N64 Stick.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Stick.svg]] c458ad24ed3aad54c1263eb512fc9f8eb5a36e5b File:N64 Dpad Down.svg 6 480 790 724 2025-04-19T02:48:39Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 791 790 2025-04-19T02:48:50Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad D.svg]] to [[File:N64 Dpad Down.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad D.svg 6 520 792 2025-04-19T02:48:50Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad D.svg]] to [[File:N64 Dpad Down.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad Down.svg]] bbd592e4b17b762c89aa57200d877a82ea70eed9 File:N64 Dpad DownLeft.svg 6 508 793 752 2025-04-19T02:49:03Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 794 793 2025-04-19T02:49:17Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad DL.svg]] to [[File:N64 Dpad DownLeft.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad DL.svg 6 521 795 2025-04-19T02:49:17Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad DL.svg]] to [[File:N64 Dpad DownLeft.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad DownLeft.svg]] 05d809cb6707970a1489e6aec21cea131a380b91 File:N64 Dpad DownRight.svg 6 507 796 751 2025-04-19T02:49:27Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 797 796 2025-04-19T02:49:40Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad DR.svg]] to [[File:N64 Dpad DownRight.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad DR.svg 6 522 798 2025-04-19T02:49:40Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad DR.svg]] to [[File:N64 Dpad DownRight.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad DownRight.svg]] c25ab911429ef5583305fce07b84118176701782 File:N64 Dpad Left.svg 6 506 799 750 2025-04-19T02:49:49Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 800 799 2025-04-19T02:49:56Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad L.svg]] to [[File:N64 Dpad Left.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad L.svg 6 523 801 2025-04-19T02:49:57Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad L.svg]] to [[File:N64 Dpad Left.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad Left.svg]] bb11d3cfb85e397d845beb5798af192ab142775a File:N64 Dpad Right.svg 6 505 802 749 2025-04-19T02:50:04Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 803 802 2025-04-19T02:50:11Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad R.svg]] to [[File:N64 Dpad Right.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad R.svg 6 524 804 2025-04-19T02:50:11Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad R.svg]] to [[File:N64 Dpad Right.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad Right.svg]] d65a7a15ba80fdd9513dfd3c2f34ea0de50c22a3 File:N64 Dpad Up.svg 6 504 805 748 2025-04-19T02:50:18Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 806 805 2025-04-19T02:50:36Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad U.svg]] to [[File:N64 Dpad Up.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad U.svg 6 525 807 2025-04-19T02:50:36Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad U.svg]] to [[File:N64 Dpad Up.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad Up.svg]] dd52e5e11bc92fd5c3f4065c9a6c8abcbd2b74e4 File:N64 Dpad UpLeft.svg 6 503 808 747 2025-04-19T02:50:45Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 809 808 2025-04-19T02:50:54Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad UL.svg]] to [[File:N64 Dpad UpLeft.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad UL.svg 6 526 810 2025-04-19T02:50:54Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad UL.svg]] to [[File:N64 Dpad UpLeft.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad UpLeft.svg]] e1660c31333851a6d5629cafbfb74bcd9be898a3 File:N64 Dpad UpRight.svg 6 502 811 746 2025-04-19T02:51:12Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 812 811 2025-04-19T02:51:23Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad UR.svg]] to [[File:N64 Dpad UpRight.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad UR.svg 6 527 813 2025-04-19T02:51:23Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad UR.svg]] to [[File:N64 Dpad UpRight.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad UpRight.svg]] 7c133f871da54eacee6c404cba9d54a90a9e1ad3 File:N64 Dpad.svg 6 501 814 745 2025-04-19T02:51:31Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa 815 814 2025-04-19T02:51:37Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad.svg]] to [[File:N64 Dpad.svg]] wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 D Pad.svg 6 528 816 2025-04-19T02:51:38Z Lise04 438850 Lise04 renamed page [[File:N64 D Pad.svg]] to [[File:N64 Dpad.svg]] wikitext text/x-wiki #REDIRECT [[File:N64 Dpad.svg]] 464d25e1876b3677b5f6d10a4c3d783277be2b1e File:N64 L.svg 6 500 817 744 2025-04-19T02:51:45Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 R.svg 6 499 818 743 2025-04-19T02:51:59Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Start.svg 6 498 819 742 2025-04-19T02:52:08Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa File:N64 Z.svg 6 497 820 741 2025-04-19T02:52:15Z Lise04 438850 wikitext text/x-wiki Part of a set of N64 input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai == Licensing == {{License|CC-BY-SA}} [[Category:Button_Icons]] [[Category:N64_icons]] abdfeb9dba34b1dc823380414fda574f295f55aa Category:N64 icons 14 509 821 754 2025-04-19T02:52:32Z Lise04 438850 wikitext text/x-wiki This is a list of files that are used as N64 button icons Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(N64) https://www.ssbwiki.com/User:Toomai 069b5b86c35dc4feb5e49ab1f353246004abb35b Doom 64 0 478 822 723 2025-04-19T04:25:52Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter, developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or (Temp buttons, waiting on clarification for N64 icons) {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|thumb|The main settings page]] c2f85cb3a5a6c2b8fe2d2406f49fef658310c50f 826 822 2025-04-19T04:55:49Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |}[[File:Doom 64 N64 Settings.png|thumb|The main settings page]] === Control Stick === {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider isn't labeled, and moves in a smooth manner. The lowest value on the slider is the default, and feels appropriate for a default value. The maximum end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. 05418aafc64181f965ef093452ed857816eb1eac 839 826 2025-04-19T05:08:54Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider isn't labeled, and moves in a smooth manner. The lowest value on the slider is the default, and feels appropriate for a default value. The maximum end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. a50e35c5ca19a39e745e10de6c43c7a6597ae85f 842 839 2025-04-19T05:38:18Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. All options screens in this game have a button to return that page to default. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === [[File:Doom 64 Control Stick.png|alt=Control Stick settings|thumb|Control Stick settings]] {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider isn't labeled, and moves in a smooth manner. The lowest value on the slider is the default, and feels appropriate for a default value. The high end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. == Display == Doom 64 is quite a visually dark game, especially on CRT monitors of the era, so the '''Brightness''' slider is a very welcome feature. It defaults to the minimum, but even at maximum the game is not overly bright. '''Center Display''' lets the player adjust where the game screen is rendered, in case their particular TV has an aggressive overscan. '''Messages''' lets the player toggle the text based notifications that pop up whenever the player collects an item, finds a secret, etc. '''Status Bar''' toggles the [[HUD]] on the bottom of the screen, which shows the player's health, armor, and ammunition. [[File:Doom 64 Display.png|alt=Display settings|thumb|Display settings]] == Password == '''Doom 64''' is one of the few [[Nintendo 64|N64]] games to support both [[Password Saves|password based saves]], and typical save files stored to the [[Controller Pak]]. If the game is opened without a Controller Pak installed, a message is displayed warning the user about the inability to save, but does not mention the ability to use passwords. If the player selects the Password option with a Controller Pak installed, they'll be taken to a screen to manage and select between 16 different save slots. If the player presses Start, they'll be taken to the Password entry screen (the game skips straight here without a Controller Pak). This is where the player can enter the Password given at the end of each level, to load their game.<gallery widths="280" heights="200"> File:Doom 64 No Save.png|The screen shown if a Controller Pak isn't installed File:Doom 64 Controller Pak.png|Save management File:Doom 64 Password.png|Password Entry File:Doom 64 Map Finished.png|Map finished </gallery> a7e546982697fa30edf55a2f1684b4e60247f2b2 Template:Game infobox 10 281 823 674 2025-04-19T04:29:27Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating,Predecessor,Successor, |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "NA: E10+<br>EU: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" }, "Series": { "aliases": [ "Franchise" ], "label": "Series", "description": "The series or franchise a game is part of, leave blank if it's standalone", "example": "Super Mario", "type": "string" }, "Predecessor": { "description": "The game that came before this one. Format it inside [[brackets]] to link to the appropriate game", "example": "[[Super Mario Bros.]]" }, "Successor": { "aliases": [ "sequel" ], "description": "The game that came after this one. Format it inside [[brackets]] to link the appropriate game", "example": "[[Super Mario Bros. 3]]" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki", "Series", "Predecessor", "Successor" ] } </templatedata></noinclude> 5fac75a1d2edf46c2b1c08e52e189664b271bc0e Splatoon 0 283 824 661 2025-04-19T04:31:19Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon|Successor=[[Splatoon 2]]}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|stick_l}} |Move Player | - |- |{{Button|Wiiu|stick_r}} |Aim | - |- |{{Button|Wiiu|stick_top_r}} |Activate Special | - |- |{{Button|Wiiu|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Wiiu|zl}} |Squid form | - |- |{{Button|Wiiu|zr}} |Main Weapon |Zoom (Lobby) |- |{{Button|Wiiu|r}} |Sub Weapon | - |- |{{Button|Wiiu|x}} |Jump |Hide reticle (while zooming) |- |{{Button|Wiiu|y}} |Reset View | - |- |{{Button|Wiiu|gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 979bb659f315a1f9ebccac6e58ddad337b2f9c73 Template:Button 10 377 825 634 2025-04-19T04:35:45Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "Wiiu", "type": "string", "required": true }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "a", "type": "string", "required": true }, "s": { "aliases": [ "Size" ], "example": "The size, in pixels, the image should render. Defaults to 32px" } } } </templatedata></noinclude> d3260e7846a230acce82f0a39df6e5192b2d17e4 827 825 2025-04-19T04:58:08Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly> <noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "Wiiu", "type": "string", "required": true }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "a", "type": "string", "required": true } } } </templatedata></noinclude> 65736a06c922cbb7d2f151c187043637bd17640b File:Doom 64 Volume.png 6 529 828 2025-04-19T04:59:22Z Lise04 438850 A screenshot of the Volume settings in Doom 64 wikitext text/x-wiki == Summary == A screenshot of the Volume settings in Doom 64 == Licensing == {{License|game}} 6b718efe0605e233866641aa6302c0b61c5ebb02 File:Doom 64 Control Pad 1.png 6 530 829 2025-04-19T05:00:40Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} [[Category:Doom 64]] 439686ad11579a959de981501771ebe673196453 832 829 2025-04-19T05:01:19Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} 73ec4c228a67fa49e293360249df8d41f879b324 File:Doom 64 Control Pad 2.png 6 531 830 2025-04-19T05:00:41Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} [[Category:Doom 64]] 439686ad11579a959de981501771ebe673196453 833 830 2025-04-19T05:01:36Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} 73ec4c228a67fa49e293360249df8d41f879b324 File:Doom 64 Control pad 3.png 6 532 831 2025-04-19T05:00:42Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} [[Category:Doom 64]] 439686ad11579a959de981501771ebe673196453 834 831 2025-04-19T05:01:43Z Lise04 438850 wikitext text/x-wiki A screenshot of the control pad settings in Doom 64 == Licensing == {{License|game}} 73ec4c228a67fa49e293360249df8d41f879b324 File:Doom 64 Display.png 6 533 835 2025-04-19T05:02:32Z Lise04 438850 A screenshot of the Display settings in Doom 64 wikitext text/x-wiki == Summary == A screenshot of the Display settings in Doom 64 == Licensing == {{License|game}} 13f8c7747c6d91895086bb09aaa7a6ba9897302c File:Doom 64 No Save.png 6 534 836 2025-04-19T05:03:13Z Lise04 438850 A screenshot of the screen Doom 64 shows when it cannot save the game wikitext text/x-wiki == Summary == A screenshot of the screen Doom 64 shows when it cannot save the game == Licensing == {{License|game}} 9854953c97a605985b733082891837a133fa07f7 File:Doom 64 Controller Pak.png 6 535 837 2025-04-19T05:03:57Z Lise04 438850 A screenshot of the save file manager in Doom 64 wikitext text/x-wiki == Summary == A screenshot of the save file manager in Doom 64 == Licensing == {{License|game}} 1d4bf95589532b4cdddd285544c99eb1eb8e7e59 File:Doom 64 Password.png 6 536 838 2025-04-19T05:04:25Z Lise04 438850 A screenshot of the password entry screen in Doom 64 wikitext text/x-wiki == Summary == A screenshot of the password entry screen in Doom 64 == Licensing == {{License|game}} f7d67e880b66b9657df15886330087a212d92792 File:Doom 64 Control Stick.png 6 537 840 2025-04-19T05:11:57Z Lise04 438850 A screenshot of the control stick settings from Doom 64 wikitext text/x-wiki == Summary == A screenshot of the control stick settings from Doom 64 14631e119ba4db89b91020e0089ed8d9d469f24d File:Doom 64 Map Finished.png 6 538 841 2025-04-19T05:36:03Z Lise04 438850 A screenshot from Doom 64, showing the Map Cleared screen wikitext text/x-wiki == Summary == A screenshot from Doom 64, showing the Map Cleared screen == Licensing == {{License|game}} 43b7ebd14dd1c5d40350ac21db8e7f1ae36cd013 Category:Games released on Nintendo 64 14 539 843 2025-04-19T17:23:43Z Lise04 438850 Created page with "This is a list of games cataloged on this wiki that released on the [[Nintendo 64]]." wikitext text/x-wiki This is a list of games cataloged on this wiki that released on the [[Nintendo 64]]. 9e2689a4144a780137c95f89866110190e8ef289 File:GCN Z.svg 6 540 844 2025-04-19T17:37:57Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Y.svg 6 541 845 2025-04-19T17:37:58Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN X.svg 6 542 846 2025-04-19T17:37:59Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Start.svg 6 543 847 2025-04-19T17:37:59Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN R.svg 6 544 848 2025-04-19T17:38:01Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN R Pressed.svg 6 545 849 2025-04-19T17:38:01Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN R Clicked.svg 6 546 850 2025-04-19T17:38:02Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN L.svg 6 547 851 2025-04-19T17:38:03Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN L Pressed.svg 6 548 852 2025-04-19T17:38:03Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN L Clicked.svg 6 549 853 2025-04-19T17:38:04Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad.svg 6 550 854 2025-04-19T17:38:04Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Up Right.svg 6 551 855 2025-04-19T17:38:05Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Up Left.svg 6 552 856 2025-04-19T17:38:06Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Up.svg 6 553 857 2025-04-19T17:38:06Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Right.svg 6 554 858 2025-04-19T17:38:07Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Left.svg 6 555 859 2025-04-19T17:38:08Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Down Right.svg 6 556 860 2025-04-19T17:38:08Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Down Left.svg 6 557 861 2025-04-19T17:38:09Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Dpad Down.svg 6 558 862 2025-04-19T17:38:09Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick.svg 6 559 863 2025-04-19T17:38:10Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Up Right.svg 6 560 864 2025-04-19T17:38:11Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Up Left.svg 6 561 865 2025-04-19T17:38:12Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Up.svg 6 562 866 2025-04-19T17:38:12Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Right.svg 6 563 867 2025-04-19T17:38:13Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Left.svg 6 564 868 2025-04-19T17:38:14Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Down Right.svg 6 565 869 2025-04-19T17:38:14Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Down Left.svg 6 566 870 2025-04-19T17:38:15Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left Stick Down.svg 6 567 871 2025-04-19T17:38:16Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick.svg 6 568 872 2025-04-19T17:38:16Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Up Right.svg 6 569 873 2025-04-19T17:38:17Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Up Left.svg 6 570 874 2025-04-19T17:38:18Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Up.svg 6 571 875 2025-04-19T17:38:19Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Right.svg 6 572 876 2025-04-19T17:38:19Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Left.svg 6 573 877 2025-04-19T17:38:20Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Down Right.svg 6 574 878 2025-04-19T17:38:21Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Down Left.svg 6 575 879 2025-04-19T17:38:22Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN C Stick Down.svg 6 576 880 2025-04-19T17:38:22Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN B.svg 6 577 881 2025-04-19T17:38:23Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN A.svg 6 578 882 2025-04-19T17:38:24Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f Category:GameCube icons 14 579 883 2025-04-19T17:38:49Z Lise04 438850 Created page with "This is a list of files that are used as GameCube button icons Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai" wikitext text/x-wiki This is a list of files that are used as GameCube button icons Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai c455b79c3abaf0af2dd665d99bf13deb4dc92aae File:GCN L Clicked.svg 6 549 884 853 2025-04-19T17:39:39Z Lise04 438850 Lise04 renamed page [[File:GCN L C.svg]] to [[File:GCN L Clicked.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN L C.svg 6 580 885 2025-04-19T17:39:39Z Lise04 438850 Lise04 renamed page [[File:GCN L C.svg]] to [[File:GCN L Clicked.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN L Clicked.svg]] bcb51fcf32bdb541920d031b063f4d2c0668624f File:GCN L Pressed.svg 6 548 886 852 2025-04-19T17:40:01Z Lise04 438850 Lise04 renamed page [[File:GCN L P.svg]] to [[File:GCN L Pressed.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN L P.svg 6 581 887 2025-04-19T17:40:01Z Lise04 438850 Lise04 renamed page [[File:GCN L P.svg]] to [[File:GCN L Pressed.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN L Pressed.svg]] bbaf06939af1de9db8d3106aacc695175cf17028 File:GCN R Clicked.svg 6 546 888 850 2025-04-19T17:40:14Z Lise04 438850 Lise04 renamed page [[File:GCN R C.svg]] to [[File:GCN R Clicked.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN R C.svg 6 582 889 2025-04-19T17:40:14Z Lise04 438850 Lise04 renamed page [[File:GCN R C.svg]] to [[File:GCN R Clicked.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN R Clicked.svg]] 742ab5f37e6648d1a36d9ac874b6f2434a4d41c7 File:GCN R Pressed.svg 6 545 890 849 2025-04-19T17:40:22Z Lise04 438850 Lise04 renamed page [[File:GCN R P.svg]] to [[File:GCN R Pressed.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN R P.svg 6 583 891 2025-04-19T17:40:22Z Lise04 438850 Lise04 renamed page [[File:GCN R P.svg]] to [[File:GCN R Pressed.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN R Pressed.svg]] 0ab0c043eed7b2ca269b8a295017825c65e0debb Doom 64 0 478 892 842 2025-04-19T17:47:42Z Lise04 438850 /* Control Stick */ wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. All options screens in this game have a button to return that page to default. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === [[File:Doom 64 Control Stick.png|alt=Control Stick settings|thumb|Control Stick settings]] {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider is smooth and has unlabeled values. The lowest value on the slider is the default, and feels as such. The high end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. == Display == Doom 64 is quite a visually dark game, especially on CRT monitors of the era, so the '''Brightness''' slider is a very welcome feature. It defaults to the minimum, but even at maximum the game is not overly bright. '''Center Display''' lets the player adjust where the game screen is rendered, in case their particular TV has an aggressive overscan. '''Messages''' lets the player toggle the text based notifications that pop up whenever the player collects an item, finds a secret, etc. '''Status Bar''' toggles the [[HUD]] on the bottom of the screen, which shows the player's health, armor, and ammunition. [[File:Doom 64 Display.png|alt=Display settings|thumb|Display settings]] == Password == '''Doom 64''' is one of the few [[Nintendo 64|N64]] games to support both [[Password Saves|password based saves]], and typical save files stored to the [[Controller Pak]]. If the game is opened without a Controller Pak installed, a message is displayed warning the user about the inability to save, but does not mention the ability to use passwords. If the player selects the Password option with a Controller Pak installed, they'll be taken to a screen to manage and select between 16 different save slots. If the player presses Start, they'll be taken to the Password entry screen (the game skips straight here without a Controller Pak). This is where the player can enter the Password given at the end of each level, to load their game.<gallery widths="280" heights="200"> File:Doom 64 No Save.png|The screen shown if a Controller Pak isn't installed File:Doom 64 Controller Pak.png|Save management File:Doom 64 Password.png|Password Entry File:Doom 64 Map Finished.png|Map finished </gallery> bc8603651c3fb512b575f08b11851d04ceb34a4c Category:Games in the Doom series 14 584 893 2025-04-19T17:48:39Z Lise04 438850 Created page with "This is a list of games cataloged on this wiki that belong to the Doom series" wikitext text/x-wiki This is a list of games cataloged on this wiki that belong to the Doom series 2da345c642e86876f0e9583f49c470498e0d40eb Category:Games developed by Midway 14 585 894 2025-04-19T17:48:59Z Lise04 438850 Created page with "This is a list of games cataloged on this wiki that were developed by [[Midway]]" wikitext text/x-wiki This is a list of games cataloged on this wiki that were developed by [[Midway]] e648e20f4e97a95773167b4b84167dbcfac6ec5c Category:Games published by Midway 14 586 895 2025-04-19T17:49:23Z Lise04 438850 Created page with "This is a list of games cataloged on this wiki that are published by [[Midway]]" wikitext text/x-wiki This is a list of games cataloged on this wiki that are published by [[Midway]] d5cfba1574248432db74a570d2960a784b39da2a N64 0 587 896 2025-04-19T17:55:11Z Lise04 438850 Redirected page to [[Nintendo 64]] wikitext text/x-wiki #REDIRECT [[Nintendo 64]] 4139e1cb8671a52e4739852307aa594f459f282f File:Nintendo 64 With Controller.png 6 588 897 2025-04-19T18:00:07Z Lise04 438850 A Nintendo 64 console with a blank cartridge inserted, and a controller attached. Sourced from wikimedia commons https://commons.wikimedia.org/wiki/File:N64-Console-Set.png wikitext text/x-wiki == Summary == A Nintendo 64 console with a blank cartridge inserted, and a controller attached. Sourced from wikimedia commons https://commons.wikimedia.org/wiki/File:N64-Console-Set.png == Licensing == {{License|CC-PD}} accdc801fe7117f9de3fd209cdfee67fb92b8b68 898 897 2025-04-19T18:01:06Z Lise04 438850 wikitext text/x-wiki == Summary == A Nintendo 64 console with a blank cartridge inserted, and a controller attached. Sourced from wikimedia commons https://commons.wikimedia.org/wiki/File:N64-Console-Set.png == Licensing == {{License|CC-PD}} [[Category:Hardware_Photos]] 00ff3ac4b5cf1e52e612fe7340a78b62cce80c1d File:Nintendo Switch 2 Console With Joycon.png 6 472 899 699 2025-04-19T18:02:06Z Lise04 438850 wikitext text/x-wiki == Summary == A photo of the Nintendo Switch 2 console, next to a pair of Joycon in the grip. Sourced from wikimedia, which itself sourced the file from PhillyBeatzU on youtube https://commons.wikimedia.org/wiki/File:I_ACTUALLY_Played_The_Nintendo_Switch_2_(Hands_On_Preview)_videoplayback-00.00.39.085_(cropped,_transparent_background).png https://www.youtube.com/watch?v=5OvtTOZIOOY == Licensing == {{License|CC-BY}} [[Category:Hardware_Photos]] 0548833b85e9a3642dbde044c0dca58c4b7be8dc File:Example Boxart.jpg 6 282 900 343 2025-04-19T18:03:05Z Lise04 438850 wikitext text/x-wiki == Summary == ms paint placeholder box art i made. public domain sure i dont care == Licensing == {{License|CC-PD}} [[Category:Boxart]] ff1c8168dd50fb30de700dd5c674d35dd2a66486 File:Example Landscape boxart.jpeg 6 287 901 367 2025-04-19T18:03:23Z Lise04 438850 wikitext text/x-wiki == Summary == [[:File:Example Boxart.jpg]] but its rotated 90 degrees == Licensing == {{License|CC-PD}} [[Category:Boxart]] 84eb9d0f3a09a8b80fb7d17bd04f2b76695b79bc File:Nintendo logo.svg 6 461 902 666 2025-04-19T18:03:43Z Lise04 438850 wikitext text/x-wiki == Summary == Nintendo's company logo. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:Nintendo.svg As a creative work, this logo lacks originality required to be copyrighted and is thus public domain. However trademark law does still apply [[Category:Company Logos]] 68241a21d3c4fd06fdb54730f565ebdafbb4d915 Category:Company Logos 14 589 903 2025-04-19T18:04:01Z Lise04 438850 Created page with "This is a list of company logos hosted on this wiki" wikitext text/x-wiki This is a list of company logos hosted on this wiki 038b14e67d4c0ce52a2412d19f68dd208c5b2539 File:Switch A.svg 6 383 904 563 2025-04-19T18:06:21Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 906 904 2025-04-19T18:06:59Z Lise04 438850 Lise04 renamed page [[File:Switch a.svg]] to [[File:Switch A.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 Category:Switch icons 14 590 905 2025-04-19T18:06:50Z Lise04 438850 Created page with "This is a list of files that are used as Switch icons" wikitext text/x-wiki This is a list of files that are used as Switch icons f9bf7db50772534251a7802c346d5b811eae3b19 File:Switch a.svg 6 591 907 2025-04-19T18:06:59Z Lise04 438850 Lise04 renamed page [[File:Switch a.svg]] to [[File:Switch A.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch A.svg]] 0b4a3e85254c700d8399dce0536e0b1b156f13dc File:Switch B.svg 6 384 908 564 2025-04-19T18:07:14Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 909 908 2025-04-19T18:07:22Z Lise04 438850 Lise04 renamed page [[File:Switch b.svg]] to [[File:Switch B.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch b.svg 6 592 910 2025-04-19T18:07:22Z Lise04 438850 Lise04 renamed page [[File:Switch b.svg]] to [[File:Switch B.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch B.svg]] 2dbbbe17cfb0340d939a8d4750a320d0e8b22028 File:Switch Console.svg 6 385 911 565 2025-04-19T18:07:34Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 912 911 2025-04-19T18:07:43Z Lise04 438850 Lise04 renamed page [[File:Switch console.svg]] to [[File:Switch Console.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch console.svg 6 593 913 2025-04-19T18:07:43Z Lise04 438850 Lise04 renamed page [[File:Switch console.svg]] to [[File:Switch Console.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Console.svg]] 230e6aa5ed58c434250994b2b8e32f8c6f9df4b9 File:Switch Joycon Dpad Down.svg 6 386 914 566 2025-04-19T18:08:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 915 914 2025-04-19T18:08:25Z Lise04 438850 Lise04 renamed page [[File:Switch down.svg]] to [[File:Switch Dpad Down.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 917 915 2025-04-19T18:33:49Z Lise04 438850 Lise04 renamed page [[File:Switch Dpad Down.svg]] to [[File:Switch Joycon Dpad Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch down.svg 6 594 916 2025-04-19T18:08:25Z Lise04 438850 Lise04 renamed page [[File:Switch down.svg]] to [[File:Switch Dpad Down.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Down.svg]] cc190f71b0b67bed3a7adf0b8e9f2c722ff24cae File:Switch Dpad All.svg 6 388 918 568 2025-04-19T18:34:09Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 919 918 2025-04-19T18:34:19Z Lise04 438850 Lise04 renamed page [[File:Switch dpad all.svg]] to [[File:Switch Dpad All.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad all.svg 6 595 920 2025-04-19T18:34:19Z Lise04 438850 Lise04 renamed page [[File:Switch dpad all.svg]] to [[File:Switch Dpad All.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad All.svg]] b6951d243453064e7d7c3de5764cbe7c4ead9331 File:Switch Dpad Down.svg 6 389 921 569 2025-04-19T18:34:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 922 921 2025-04-19T18:34:33Z Lise04 438850 Lise04 renamed page [[File:Switch dpad down.svg]] to [[File:Switch Dpad Down.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad down.svg 6 596 923 2025-04-19T18:34:33Z Lise04 438850 Lise04 renamed page [[File:Switch dpad down.svg]] to [[File:Switch Dpad Down.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Down.svg]] cc190f71b0b67bed3a7adf0b8e9f2c722ff24cae File:Switch Dpad Horizontal.svg 6 390 924 570 2025-04-19T18:34:38Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 925 924 2025-04-19T18:34:48Z Lise04 438850 Lise04 renamed page [[File:Switch dpad horizontal.svg]] to [[File:Switch Dpad Horizontal.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad horizontal.svg 6 597 926 2025-04-19T18:34:48Z Lise04 438850 Lise04 renamed page [[File:Switch dpad horizontal.svg]] to [[File:Switch Dpad Horizontal.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Horizontal.svg]] f85f27957db1f9b9e1b2ed4f1f2c2b128b2e1019 File:Switch Dpad Left.svg 6 391 927 571 2025-04-19T18:34:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 928 927 2025-04-19T18:35:03Z Lise04 438850 Lise04 renamed page [[File:Switch dpad left.svg]] to [[File:Switch Dpad Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad left.svg 6 598 929 2025-04-19T18:35:03Z Lise04 438850 Lise04 renamed page [[File:Switch dpad left.svg]] to [[File:Switch Dpad Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Left.svg]] 084a673cb8a384b07dd2c161be6269f0fa60064c File:Switch Dpad Blank.svg 6 392 930 572 2025-04-19T18:35:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 931 930 2025-04-19T18:35:25Z Lise04 438850 Lise04 renamed page [[File:Switch dpad none.svg]] to [[File:Switch Dpad Blank.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad none.svg 6 599 932 2025-04-19T18:35:25Z Lise04 438850 Lise04 renamed page [[File:Switch dpad none.svg]] to [[File:Switch Dpad Blank.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Blank.svg]] b88d0ec0da84b08ab3f8424c019beacb4e7bf41f File:Switch Dpad Right.svg 6 393 933 573 2025-04-19T18:35:34Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 934 933 2025-04-19T18:35:41Z Lise04 438850 Lise04 renamed page [[File:Switch dpad right.svg]] to [[File:Switch Dpad Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad right.svg 6 600 935 2025-04-19T18:35:41Z Lise04 438850 Lise04 renamed page [[File:Switch dpad right.svg]] to [[File:Switch Dpad Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Right.svg]] 08b7b52b66cd5a77b37f2b6fd1cccd1c63329e5a File:Switch Dpad Up.svg 6 394 936 574 2025-04-19T18:35:50Z Lise04 438850 Lise04 renamed page [[File:Switch dpad up.svg]] to [[File:Switch Dpad Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc 938 936 2025-04-19T18:35:55Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad up.svg 6 601 937 2025-04-19T18:35:50Z Lise04 438850 Lise04 renamed page [[File:Switch dpad up.svg]] to [[File:Switch Dpad Up.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Up.svg]] fc9f22024bbd6ea55090cb18412a756ec9e0abdd File:Switch Dpad Vertical.svg 6 395 939 575 2025-04-19T18:40:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 940 939 2025-04-19T18:40:21Z Lise04 438850 Lise04 renamed page [[File:Switch dpad vertical.svg]] to [[File:Switch Dpad Vertical.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad vertical.svg 6 602 941 2025-04-19T18:40:21Z Lise04 438850 Lise04 renamed page [[File:Switch dpad vertical.svg]] to [[File:Switch Dpad Vertical.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad Vertical.svg]] 474c0c64170667fe3ca552814d5be156811987eb File:Switch Dpad.svg 6 387 942 567 2025-04-19T18:40:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 943 942 2025-04-19T18:40:32Z Lise04 438850 Lise04 renamed page [[File:Switch dpad.svg]] to [[File:Switch Dpad.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch dpad.svg 6 603 944 2025-04-19T18:40:32Z Lise04 438850 Lise04 renamed page [[File:Switch dpad.svg]] to [[File:Switch Dpad.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Dpad.svg]] 939c0ac60b7b4cfd942417ec3c158f4d48c7fe85 File:Switch Home.svg 6 396 945 576 2025-04-19T18:40:41Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 946 945 2025-04-19T18:40:46Z Lise04 438850 Lise04 renamed page [[File:Switch home.svg]] to [[File:Switch Home.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch home.svg 6 604 947 2025-04-19T18:40:46Z Lise04 438850 Lise04 renamed page [[File:Switch home.svg]] to [[File:Switch Home.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Home.svg]] fa3b0fdeba90ce36c99d5324c857ba5e5c31f3ae File:Switch Joycon Attach.svg 6 398 948 578 2025-04-19T18:40:52Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 949 948 2025-04-19T18:41:01Z Lise04 438850 Lise04 renamed page [[File:Switch joycon attach.svg]] to [[File:Switch Joycon Attach.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon attach.svg 6 605 950 2025-04-19T18:41:01Z Lise04 438850 Lise04 renamed page [[File:Switch joycon attach.svg]] to [[File:Switch Joycon Attach.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Attach.svg]] 8a2539100870020c9da06ff10048a6a77175d57b File:Switch Joycon Detach.svg 6 399 951 579 2025-04-19T18:41:07Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 952 951 2025-04-19T18:41:13Z Lise04 438850 Lise04 renamed page [[File:Switch joycon detach.svg]] to [[File:Switch Joycon Detach.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon detach.svg 6 606 953 2025-04-19T18:41:13Z Lise04 438850 Lise04 renamed page [[File:Switch joycon detach.svg]] to [[File:Switch Joycon Detach.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Detach.svg]] 4d9e39f65bc4641034a00cdc4cc8f8d1dd9ea93d File:Switch Joycon Dpad All.svg 6 401 954 581 2025-04-19T18:41:21Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 955 954 2025-04-19T18:41:29Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad all.svg]] to [[File:Switch Joycon Dpad All.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad all.svg 6 607 956 2025-04-19T18:41:29Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad all.svg]] to [[File:Switch Joycon Dpad All.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad All.svg]] 1e1652ff752b5fc883be03e470ff26d00829369e File:Switch Joycon Dpad Full Down.svg 6 402 957 582 2025-04-19T18:41:35Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 958 957 2025-04-19T18:45:57Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad down.svg]] to [[File:Switch Joycon Dpad Full Down.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad down.svg 6 608 959 2025-04-19T18:45:57Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad down.svg]] to [[File:Switch Joycon Dpad Full Down.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Full Down.svg]] 942d858cd5c7f473fab96af0d593395d0bc2d3d2 File:Switch Joycon Dpad Horizontal.svg 6 403 960 583 2025-04-19T18:46:06Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 961 960 2025-04-19T18:46:17Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad horizontal.svg]] to [[File:Switch Joycon Dpad Horizontal.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad horizontal.svg 6 609 962 2025-04-19T18:46:17Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad horizontal.svg]] to [[File:Switch Joycon Dpad Horizontal.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Horizontal.svg]] 5e4a989180b15c97151e73e6daf97b3ef11a7099 File:Switch Joycon Dpad Full Left.svg 6 404 963 584 2025-04-19T18:46:25Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 964 963 2025-04-19T18:46:51Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad left.svg]] to [[File:Switch Joycon Dpad Full Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad left.svg 6 610 965 2025-04-19T18:46:51Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad left.svg]] to [[File:Switch Joycon Dpad Full Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Full Left.svg]] a5920fa2f2dabb865586acc2763f46266065d76c File:Switch Joycon Dpad None.svg 6 405 966 585 2025-04-19T18:47:02Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 967 966 2025-04-19T18:47:12Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad none.svg]] to [[File:Switch Joycon Dpad None.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad none.svg 6 611 968 2025-04-19T18:47:13Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad none.svg]] to [[File:Switch Joycon Dpad None.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad None.svg]] 7196a3f34ea1a8fabb698a054ae8e287c365349f File:Switch Joycon Dpad Full Right.svg 6 406 969 586 2025-04-19T18:47:23Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 970 969 2025-04-19T18:47:36Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad right.svg]] to [[File:Switch Joycon Dpad Full Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad right.svg 6 612 971 2025-04-19T18:47:36Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad right.svg]] to [[File:Switch Joycon Dpad Full Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Full Right.svg]] 156e8f3539a3a5353cd86c1a566e71701abae376 File:Switch Joycon Dpad Full Up.svg 6 407 972 587 2025-04-19T18:47:44Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 973 972 2025-04-19T18:47:57Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad up.svg]] to [[File:Switch Joycon Dpad Full Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad up.svg 6 613 974 2025-04-19T18:47:57Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad up.svg]] to [[File:Switch Joycon Dpad Full Up.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Full Up.svg]] b438ca20298c67df53c23f154d88146250b987d8 File:Switch Joycon Dpad Vertical.svg 6 408 975 588 2025-04-19T18:48:02Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 976 975 2025-04-19T18:48:11Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad vertical.svg]] to [[File:Switch Joycon Dpad Vertical.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad vertical.svg 6 614 977 2025-04-19T18:48:11Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad vertical.svg]] to [[File:Switch Joycon Dpad Vertical.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Vertical.svg]] 77e7cc58317283cf85d5c540dd317403a123bd10 File:Switch Joycon Dpad.svg 6 400 978 580 2025-04-19T18:48:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 979 978 2025-04-19T18:48:23Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad.svg]] to [[File:Switch Joycon Dpad.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon dpad.svg 6 615 980 2025-04-19T18:48:23Z Lise04 438850 Lise04 renamed page [[File:Switch joycon dpad.svg]] to [[File:Switch Joycon Dpad.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad.svg]] 4ece77339346c42721ae9a8a0ffec49fa25d5060 File:Switch Joycon Left Diagonal Motion.svg 6 410 981 590 2025-04-19T18:48:31Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 982 981 2025-04-19T18:48:45Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left diagonal.svg]] to [[File:Switch Joycon Left Diagonal Motion.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon left diagonal.svg 6 616 983 2025-04-19T18:48:45Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left diagonal.svg]] to [[File:Switch Joycon Left Diagonal Motion.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Left Diagonal Motion.svg]] c72bb8104e055425d273933cc15d01b7b68f88e5 File:Switch Joycon Left Horizontal Motion.svg 6 411 984 591 2025-04-19T18:48:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 985 984 2025-04-19T18:49:02Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left horizontal.svg]] to [[File:Switch Joycon Left Horizontal Motion.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon left horizontal.svg 6 617 986 2025-04-19T18:49:02Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left horizontal.svg]] to [[File:Switch Joycon Left Horizontal Motion.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Left Horizontal Motion.svg]] ee6b584469946c8094d9eb2f227f1603a16a1749 File:Switch Joycon Left Rotate.svg 6 412 987 592 2025-04-19T18:49:09Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 988 987 2025-04-19T18:49:19Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left rotate.svg]] to [[File:Switch Joycon Left Rotate.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon left rotate.svg 6 618 989 2025-04-19T18:49:19Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left rotate.svg]] to [[File:Switch Joycon Left Rotate.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Left Rotate.svg]] eb70e281a2e3b242edc55aabd6cd83e6ad696736 File:Switch Joycon Left Vertical.svg 6 413 990 593 2025-04-19T18:49:25Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 991 990 2025-04-19T18:49:34Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left vertical.svg]] to [[File:Switch Joycon Left Vertical.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon left vertical.svg 6 619 992 2025-04-19T18:49:34Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left vertical.svg]] to [[File:Switch Joycon Left Vertical.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Left Vertical.svg]] a9cd3d236ce1ae0270aeff19cbc81dbce1650ec4 File:Switch Joycon Left.svg 6 409 993 589 2025-04-19T18:49:39Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 994 993 2025-04-19T18:49:46Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left.svg]] to [[File:Switch Joycon Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon left.svg 6 620 995 2025-04-19T18:49:46Z Lise04 438850 Lise04 renamed page [[File:Switch joycon left.svg]] to [[File:Switch Joycon Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Left.svg]] 52606871af95058613f57a7b6dd3a08c08206638 File:Switch Joycon Right Diagonal Motion.svg 6 415 996 595 2025-04-19T18:50:38Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 997 996 2025-04-19T18:50:50Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right diagonal.svg]] to [[File:Switch Joycon Right Diagonal Motion.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon right diagonal.svg 6 621 998 2025-04-19T18:50:50Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right diagonal.svg]] to [[File:Switch Joycon Right Diagonal Motion.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Right Diagonal Motion.svg]] 346c03d4fe504cf2a212d4669b86d55ae7e9773f File:Switch Joycon Right Horizontal Motion.svg 6 416 999 596 2025-04-19T18:50:59Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1000 999 2025-04-19T18:51:15Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right horizontal.svg]] to [[File:Switch Joycon Right Horizontal Motion.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon right horizontal.svg 6 622 1001 2025-04-19T18:51:15Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right horizontal.svg]] to [[File:Switch Joycon Right Horizontal Motion.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Right Horizontal Motion.svg]] f7891692dd4616580f48fd24ee010868bc4059be File:Switch Joycon Right Rotate.svg 6 417 1002 597 2025-04-19T18:51:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1003 1002 2025-04-19T18:51:44Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right rotate.svg]] to [[File:Switch Joycon Right Rotate.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon right rotate.svg 6 623 1004 2025-04-19T18:51:44Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right rotate.svg]] to [[File:Switch Joycon Right Rotate.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Right Rotate.svg]] f0ca1710d7a71984bec65683d7b4892246ef4467 File:Switch Joycon Right Vertical Motion.svg 6 418 1005 598 2025-04-19T18:52:04Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1006 1005 2025-04-19T18:52:27Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right vertical.svg]] to [[File:Switch Joycon Right Vertical Motion.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon right vertical.svg 6 624 1007 2025-04-19T18:52:27Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right vertical.svg]] to [[File:Switch Joycon Right Vertical Motion.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Right Vertical Motion.svg]] 0c2449ba939a8295b3766d56f893b637fa16c357 File:Switch Joycon Right.svg 6 414 1008 594 2025-04-19T18:52:37Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1009 1008 2025-04-19T18:52:50Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right.svg]] to [[File:Switch Joycon Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon right.svg 6 625 1010 2025-04-19T18:52:50Z Lise04 438850 Lise04 renamed page [[File:Switch joycon right.svg]] to [[File:Switch Joycon Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Right.svg]] ede2eb53171bb0b1e031bba28fcf35e4981e4d76 File:Switch Joycon.svg 6 397 1011 577 2025-04-19T18:55:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1012 1011 2025-04-19T18:55:36Z Lise04 438850 Lise04 renamed page [[File:Switch joycon.svg]] to [[File:Switch Joycon.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch joycon.svg 6 626 1013 2025-04-19T18:55:36Z Lise04 438850 Lise04 renamed page [[File:Switch joycon.svg]] to [[File:Switch Joycon.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon.svg]] e1c56318df71406084919848343fa5fd67bc320d File:Switch L.svg 6 419 1014 599 2025-04-19T18:55:44Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1015 1014 2025-04-19T18:55:49Z Lise04 438850 Lise04 renamed page [[File:Switch l.svg]] to [[File:Switch L.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch l.svg 6 627 1016 2025-04-19T18:55:49Z Lise04 438850 Lise04 renamed page [[File:Switch l.svg]] to [[File:Switch L.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch L.svg]] f72f1a54fba9247da064d73ee0b7618a75306ae6 File:Switch Joycon Dpad Left.svg 6 420 1017 600 2025-04-19T18:56:06Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1018 1017 2025-04-19T18:56:30Z Lise04 438850 Lise04 renamed page [[File:Switch left.svg]] to [[File:Switch Joycon Dpad Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch left.svg 6 628 1019 2025-04-19T18:56:30Z Lise04 438850 Lise04 renamed page [[File:Switch left.svg]] to [[File:Switch Joycon Dpad Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Left.svg]] 62b6d2bfd08c78613ea584bbc3445d70dbb7657f File:Switch Minus.svg 6 421 1020 601 2025-04-19T18:57:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch Minus.svg 6 421 1021 1020 2025-04-19T18:57:36Z Lise04 438850 Lise04 renamed page [[File:Switch minus.svg]] to [[File:Switch Minus.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch minus.svg 6 629 1022 2025-04-19T18:57:36Z Lise04 438850 Lise04 renamed page [[File:Switch minus.svg]] to [[File:Switch Minus.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Minus.svg]] bca39a301c8bb0099feb0e3baa1c4fdb7e8cdf32 File:Switch Plus.svg 6 422 1023 602 2025-04-19T19:00:53Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1024 1023 2025-04-19T19:00:58Z Lise04 438850 Lise04 renamed page [[File:Switch plus.svg]] to [[File:Switch Plus.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch plus.svg 6 630 1025 2025-04-19T19:00:58Z Lise04 438850 Lise04 renamed page [[File:Switch plus.svg]] to [[File:Switch Plus.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Plus.svg]] 071c88853cc624f2043a09800394917dafdbdae0 File:Switch Pro Controller.svg 6 423 1026 603 2025-04-19T19:01:04Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1027 1026 2025-04-19T19:01:10Z Lise04 438850 Lise04 renamed page [[File:Switch pro controller.svg]] to [[File:Switch Pro Controller.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch pro controller.svg 6 631 1028 2025-04-19T19:01:10Z Lise04 438850 Lise04 renamed page [[File:Switch pro controller.svg]] to [[File:Switch Pro Controller.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Pro Controller.svg]] aa4e4b308be551c4e25b7783a969280052d3ff14 File:Switch R.svg 6 424 1029 604 2025-04-19T19:01:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1030 1029 2025-04-19T19:01:19Z Lise04 438850 Lise04 renamed page [[File:Switch r.svg]] to [[File:Switch R.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch r.svg 6 632 1031 2025-04-19T19:01:19Z Lise04 438850 Lise04 renamed page [[File:Switch r.svg]] to [[File:Switch R.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch R.svg]] fffb34aa5b5debc67fd706024e01302ba9737843 File:Switch Right.svg 6 425 1032 605 2025-04-19T19:01:25Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1033 1032 2025-04-19T19:01:30Z Lise04 438850 Lise04 renamed page [[File:Switch right.svg]] to [[File:Switch Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch right.svg 6 633 1034 2025-04-19T19:01:30Z Lise04 438850 Lise04 renamed page [[File:Switch right.svg]] to [[File:Switch Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right.svg]] ed096d87a29ef1b3fe2f405ba40f12442431a681 File:Switch SL.svg 6 426 1035 606 2025-04-19T19:01:36Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1036 1035 2025-04-19T19:01:42Z Lise04 438850 Lise04 renamed page [[File:Switch sl.svg]] to [[File:Switch SL.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch sl.svg 6 634 1037 2025-04-19T19:01:42Z Lise04 438850 Lise04 renamed page [[File:Switch sl.svg]] to [[File:Switch SL.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch SL.svg]] ad577c73d55ce54064cd3de66ef354794d098e94 File:Switch SR.svg 6 427 1038 607 2025-04-19T19:02:04Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1039 1038 2025-04-19T19:02:14Z Lise04 438850 Lise04 renamed page [[File:Switch sr.svg]] to [[File:Switch SR.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch sr.svg 6 635 1040 2025-04-19T19:02:14Z Lise04 438850 Lise04 renamed page [[File:Switch sr.svg]] to [[File:Switch SR.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch SR.svg]] 1608de60d374ed421b99c5b7ad4d582ad318afc6 File:Switch Left Stick Down.svg 6 429 1041 609 2025-04-19T19:02:29Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1042 1041 2025-04-19T19:02:45Z Lise04 438850 Lise04 renamed page [[File:Switch stick l down.svg]] to [[File:Switch Left Stick Down.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l down.svg 6 636 1043 2025-04-19T19:02:45Z Lise04 438850 Lise04 renamed page [[File:Switch stick l down.svg]] to [[File:Switch Left Stick Down.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Down.svg]] f48f954b4c3106c8f581e7c66fbe456c2d52cc00 File:Switch Left Stick Horizontal.svg 6 430 1044 610 2025-04-19T19:02:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1045 1044 2025-04-19T19:03:20Z Lise04 438850 Lise04 renamed page [[File:Switch stick l horizontal.svg]] to [[File:Switch Left Stick Horizontal.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l horizontal.svg 6 637 1046 2025-04-19T19:03:20Z Lise04 438850 Lise04 renamed page [[File:Switch stick l horizontal.svg]] to [[File:Switch Left Stick Horizontal.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Horizontal.svg]] dc1f569db4c0fb15604df725abd4856a0e391a4d File:Switch Left Stick Left.svg 6 431 1047 611 2025-04-19T19:03:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1048 1047 2025-04-19T19:03:45Z Lise04 438850 Lise04 renamed page [[File:Switch stick l left.svg]] to [[File:Switch Left Stick Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l left.svg 6 638 1049 2025-04-19T19:03:45Z Lise04 438850 Lise04 renamed page [[File:Switch stick l left.svg]] to [[File:Switch Left Stick Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Left.svg]] b63e24e0cb5e7113376042120c270a2fbf58c2d3 File:Switch Left Stick Click.svg 6 432 1050 612 2025-04-19T19:03:55Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1051 1050 2025-04-19T19:04:04Z Lise04 438850 Lise04 renamed page [[File:Switch stick l press.svg]] to [[File:Switch Left Stick Click.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l press.svg 6 639 1052 2025-04-19T19:04:04Z Lise04 438850 Lise04 renamed page [[File:Switch stick l press.svg]] to [[File:Switch Left Stick Click.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Click.svg]] d4fe2de48708d8b7669ff3a266a879e2c26ade9a File:Switch Left Stick Right.svg 6 433 1053 613 2025-04-19T19:04:15Z Lise04 438850 Lise04 renamed page [[File:Switch stick l right.svg]] to [[File:Switch Left Stick Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc 1055 1053 2025-04-19T19:04:21Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l right.svg 6 640 1054 2025-04-19T19:04:15Z Lise04 438850 Lise04 renamed page [[File:Switch stick l right.svg]] to [[File:Switch Left Stick Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Right.svg]] 8af362e110caa7ded0d8920c931977323da93452 File:Switch Left Stick Up.svg 6 434 1056 614 2025-04-19T19:04:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1057 1056 2025-04-19T19:04:36Z Lise04 438850 Lise04 renamed page [[File:Switch stick l up.svg]] to [[File:Switch Left Stick Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l up.svg 6 641 1058 2025-04-19T19:04:36Z Lise04 438850 Lise04 renamed page [[File:Switch stick l up.svg]] to [[File:Switch Left Stick Up.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Up.svg]] 0faab71259445d56d8a1956f69adb0c87fe58963 File:Switch Left Stick Vertical.svg 6 435 1059 615 2025-04-19T19:04:45Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1060 1059 2025-04-19T19:04:56Z Lise04 438850 Lise04 renamed page [[File:Switch stick l vertical.svg]] to [[File:Switch Left Stick Vertical.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l vertical.svg 6 642 1061 2025-04-19T19:04:56Z Lise04 438850 Lise04 renamed page [[File:Switch stick l vertical.svg]] to [[File:Switch Left Stick Vertical.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick Vertical.svg]] ffb1a8663a9d70fb1aa7682544a5e1a0b36fec07 File:Switch Left Stick.svg 6 428 1062 608 2025-04-19T19:05:05Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1063 1062 2025-04-19T19:05:11Z Lise04 438850 Lise04 renamed page [[File:Switch stick l.svg]] to [[File:Switch Left Stick.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick l.svg 6 643 1064 2025-04-19T19:05:11Z Lise04 438850 Lise04 renamed page [[File:Switch stick l.svg]] to [[File:Switch Left Stick.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Left Stick.svg]] 23404283306a606077314002d521a42d7cf50d78 File:Swtich Right Stick Down.svg 6 437 1065 617 2025-04-19T19:05:18Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1066 1065 2025-04-19T19:05:29Z Lise04 438850 Lise04 renamed page [[File:Switch stick r down.svg]] to [[File:Swtich Right Stick Down.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r down.svg 6 644 1067 2025-04-19T19:05:29Z Lise04 438850 Lise04 renamed page [[File:Switch stick r down.svg]] to [[File:Swtich Right Stick Down.svg]] wikitext text/x-wiki #REDIRECT [[File:Swtich Right Stick Down.svg]] f13fd8bc379a59f7813771b8f2de53911cb516d0 File:Switch Right Stick Horizontal.svg 6 438 1068 618 2025-04-19T19:05:38Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1069 1068 2025-04-19T19:05:50Z Lise04 438850 Lise04 renamed page [[File:Switch stick r horizontal.svg]] to [[File:Switch Right Stick Horizontal.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r horizontal.svg 6 645 1070 2025-04-19T19:05:50Z Lise04 438850 Lise04 renamed page [[File:Switch stick r horizontal.svg]] to [[File:Switch Right Stick Horizontal.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Horizontal.svg]] 81c1a1d5b2878699869da5602d1d9d78ba4a3de0 File:Switch Right Stick Left.svg 6 439 1071 619 2025-04-19T19:06:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1072 1071 2025-04-19T19:06:36Z Lise04 438850 Lise04 renamed page [[File:Switch stick r left.svg]] to [[File:Switch Right Stick Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r left.svg 6 646 1073 2025-04-19T19:06:37Z Lise04 438850 Lise04 renamed page [[File:Switch stick r left.svg]] to [[File:Switch Right Stick Left.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Left.svg]] 9775d3970153541a54b0feca7526978902cda719 File:Switch Right Stick Click.svg 6 440 1074 620 2025-04-19T19:06:42Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1075 1074 2025-04-19T19:06:52Z Lise04 438850 Lise04 renamed page [[File:Switch stick r press.svg]] to [[File:Switch Right Stick Click.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r press.svg 6 647 1076 2025-04-19T19:06:52Z Lise04 438850 Lise04 renamed page [[File:Switch stick r press.svg]] to [[File:Switch Right Stick Click.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Click.svg]] a6cff2985b4862a102fab787e132e4dfb9b92c15 File:Switch Right Stick Right.svg 6 441 1077 621 2025-04-19T19:07:01Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1078 1077 2025-04-19T19:07:13Z Lise04 438850 Lise04 renamed page [[File:Switch stick r right.svg]] to [[File:Switch Right Stick Right.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r right.svg 6 648 1079 2025-04-19T19:07:13Z Lise04 438850 Lise04 renamed page [[File:Switch stick r right.svg]] to [[File:Switch Right Stick Right.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Right.svg]] b7bc354dc4b9d1c36ae27330a18ae40ab44e55bc File:Switch Right Stick Up.svg 6 442 1080 622 2025-04-19T19:08:46Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1081 1080 2025-04-19T19:10:50Z Lise04 438850 Lise04 renamed page [[File:Switch stick r up.svg]] to [[File:Switch Right Stick Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r up.svg 6 649 1082 2025-04-19T19:10:50Z Lise04 438850 Lise04 renamed page [[File:Switch stick r up.svg]] to [[File:Switch Right Stick Up.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Up.svg]] 7def6c4dd4453e04aaab32afe841c055960e4272 File:Switch Right Stick Vertical.svg 6 443 1083 623 2025-04-19T19:10:57Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1084 1083 2025-04-19T19:11:18Z Lise04 438850 Lise04 renamed page [[File:Switch stick r vertical.svg]] to [[File:Switch Right Stick Vertical.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r vertical.svg 6 650 1085 2025-04-19T19:11:18Z Lise04 438850 Lise04 renamed page [[File:Switch stick r vertical.svg]] to [[File:Switch Right Stick Vertical.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick Vertical.svg]] 934d213c297357e1abeb6bdef25381a0c225e0ef File:Switch Right Stick.svg 6 436 1086 616 2025-04-19T19:11:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1087 1086 2025-04-19T19:11:34Z Lise04 438850 Lise04 renamed page [[File:Switch stick r.svg]] to [[File:Switch Right Stick.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch stick r.svg 6 651 1088 2025-04-19T19:11:34Z Lise04 438850 Lise04 renamed page [[File:Switch stick r.svg]] to [[File:Switch Right Stick.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Right Stick.svg]] 213b51564c78afc8e30e48d1585e5f273275d39d File:Switch Joycon Dpad Up.svg 6 449 1089 629 2025-04-19T19:12:39Z Lise04 438850 Lise04 renamed page [[File:Switch up.svg]] to [[File:Switch Joycon Dpad Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] 601707a6398bae3a1948716aa2ad7661f2eb64cc 1091 1089 2025-04-19T19:12:44Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch up.svg 6 652 1090 2025-04-19T19:12:39Z Lise04 438850 Lise04 renamed page [[File:Switch up.svg]] to [[File:Switch Joycon Dpad Up.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Joycon Dpad Up.svg]] 013776aaf6b99326cec86d3a6c1de3ed7b05e541 File:Switch X.svg 6 450 1092 630 2025-04-19T19:13:06Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1093 1092 2025-04-19T19:13:11Z Lise04 438850 Lise04 renamed page [[File:Switch x.svg]] to [[File:Switch X.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch x.svg 6 653 1094 2025-04-19T19:13:11Z Lise04 438850 Lise04 renamed page [[File:Switch x.svg]] to [[File:Switch X.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch X.svg]] 31ab2fcb482f2b4bfa360a85f7a31c2310ae9a62 File:Switch Y.svg 6 451 1095 631 2025-04-19T19:13:16Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1096 1095 2025-04-19T19:13:23Z Lise04 438850 Lise04 renamed page [[File:Switch y.svg]] to [[File:Switch Y.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch y.svg 6 654 1097 2025-04-19T19:13:23Z Lise04 438850 Lise04 renamed page [[File:Switch y.svg]] to [[File:Switch Y.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch Y.svg]] ae514defc1c686e6e52908c0e277a3ae7d2b4170 File:Switch ZL.svg 6 452 1098 632 2025-04-19T19:13:31Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1099 1098 2025-04-19T19:13:38Z Lise04 438850 Lise04 renamed page [[File:Switch zl.svg]] to [[File:Switch ZL.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch zl.svg 6 655 1100 2025-04-19T19:13:38Z Lise04 438850 Lise04 renamed page [[File:Switch zl.svg]] to [[File:Switch ZL.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch ZL.svg]] 9cc0206b672ad13b32919647fe09fee8c750baa4 File:Switch ZR.svg 6 382 1101 562 2025-04-19T19:13:51Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 1102 1101 2025-04-19T19:13:58Z Lise04 438850 Lise04 renamed page [[File:Switch zr.svg]] to [[File:Switch ZR.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] 5d1a12a57e523e0f62c0118cde6cf420726fbc81 File:Switch zr.svg 6 656 1103 2025-04-19T19:13:58Z Lise04 438850 Lise04 renamed page [[File:Switch zr.svg]] to [[File:Switch ZR.svg]] wikitext text/x-wiki #REDIRECT [[File:Switch ZR.svg]] b9f33eccac057debdea79edf2f6139646c3c9189 File:Touch Tap.svg 6 381 1104 560 2025-04-19T19:14:18Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] [[Category:Touch icons]] 176bda05721fdf438d976c92e7274301a8709880 Category:Touch icons 14 657 1105 2025-04-19T19:14:36Z Lise04 438850 Created page with "This is a list of input icons for touchscreens" wikitext text/x-wiki This is a list of input icons for touchscreens 21e3758a159169c9f3d0b1553acd0e5319e66904 File:N64 Controller In Hands.jpg 6 658 1106 2025-04-19T19:27:52Z Lise04 438850 A Nintendo 64 controller, being held in the most common way. Sourced from Wikimedia https://commons.wikimedia.org/wiki/File:N64-Controller-in-Hand.jpg [[Category:Hardware Photos]] wikitext text/x-wiki == Summary == A Nintendo 64 controller, being held in the most common way. Sourced from Wikimedia https://commons.wikimedia.org/wiki/File:N64-Controller-in-Hand.jpg [[Category:Hardware Photos]] == Licensing == {{License|CC-PD}} 80d4ff1777e619ba8b75ed386d5ab2fd43889f53 Template:Hardware Info 10 454 1107 671 2025-04-19T19:37:38Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=hardwareinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}} |sections=General Info, Technical Info, External Links |General Info=Manufacturer,Release Date,Discontinued,Type,Generation,Launch MSRP,Units Sold,Predecessor,Successor |Technical Info=Maximum Resolution,Input Devices,Storage Size,RAM Size,Ports,Wireless Connectivity |External Links=Wiki |Manufacturer={{#if: {{{Manufacturer|}}} | [[Category:Consoles Manufactured By {{{Manufacturer}}}]] }} {{{Manufacturer}}} |Generation={{#if: {{{Generation|}}} | [[Category:List of {{{Generation}}} Generation Consoles]] }} {{{Generation}}} |Type={{#if: {{{Type|}}} | [[Category:List of {{{Type}}}s]] }} {{{Type}}} |Maximum Resolution={{#if: {{{Maximum Resolution|}}} | [[Category:List of {{{Maximum Resolution}}} consoles]] }} {{{Maximum Resolution}}} }} </includeonly> <noinclude> <templatedata> { "params": { "image": { "label": "Image", "description": "A photo of the console. Takes a the filename of an image on this wiki", "example": "Wii_U_Console_and_Gamepad.png", "type": "wiki-file-name" }, "Manufacturer": { "aliases": [ "Maker" ], "label": "Manufacturer", "description": "The company responsible for producing the hardware", "example": "Nintendo", "type": "string" }, "Generation": { "label": "Generation", "description": "The generation this console belongs to. Use the same scheme as wikipedia https://en.wikipedia.org/wiki/Category:Video_game_consoles_by_generation", "example": "7th", "type": "string" }, "Release Date": { "label": "Release Date", "description": "The release date, or dates, of the hardware. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Discontinued": { "label": "Discontinued", "description": "The release date, or dates, the hardware was officially discontinued. Separate with <br> and the region code if dates are different by region", "example": "31 Jan 2017", "type": "date" }, "Type": { "label": "Type", "description": "Whether the hardware is a home console, handheld console, etc", "example": "Home console", "type": "string" }, "Launch MSRP": { "aliases": [ "Launch Price" ], "label": "Launch MSRP", "description": "The price of the console at launch. You'll want to find contemporary coverage of the console for this information", "example": "US$299/¥26,250", "type": "string" }, "Units Sold": { "aliases": [ "Sales" ], "label": "Units Sold", "description": "The number of consoles sold at editing time. Go to two digits of precision (13.24 million)", "example": "13.56 million (as of 31 Dec 2019)", "type": "string" }, "Input Devices": { "aliases": [ "Input" ], "label": "Input Devices", "description": "The different hardware devices officially supported for input. Lots of consoles support USB keyboards and/or mice, but don't advertise it. Keep this in mind. ", "example": "Joycon, Nintendo Switch Pro Controller, USB Keyboard, USB Mouse", "type": "string" }, "Storage Size": { "description": "The storage capacity of the console. Many consoles ship different amounts in revisions or side versions, Make sure to include those", "example": "8GB, 32GB", "type": "string" }, "Ports": { "aliases": [ "Connectivity" ], "label": "Ports", "description": "The different physical ports and plugs a console has", "example": "2x USB 2.0, HDMI, Wii Sensor Bar" }, "Wiki": { "description": "External wiki with more information about the hardware. I wish there were high quality independent wikis for video game hardware, but just the wikipedia article is probably gonna be your best bet", "example": "https://en.wikipedia.org/wiki/Wii_U" }, "Maximum Resolution": { "aliases": [ "Resolution" ], "label": "Maximum Resolution", "description": "The maximum output resolution supported by the console. Some consoles will support higher resolutions for media playback than actual gameplay (eg, the xbox one can play 4k blu rays, but most games only run at 1080p max. keep this in mind)", "example": "4k", "type": "string" }, "Wireless Connectivity": { "aliases": [ "Wifi", "Bluetooth" ], "label": "Wireless Connectivity", "description": "Whatever types of wireless communication the hardware supports", "example": "WiFi, Bluetooth" }, "Predecessor": { "description": "The console that came before this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Wii]]", "type": "wiki-page-name" }, "Successor": { "description": "The console that came after this one. Put the name in [[brackets]] so that it hyperlinks to the correct article", "example": "[[Nintendo Switch]]" }, "RAM Size": { "description": "The amount of RAM/Memory the hardware has", "example": "8GB" } }, "paramOrder": [ "image", "Manufacturer", "Generation", "Release Date", "Discontinued", "Type", "Launch MSRP", "Units Sold", "Maximum Resolution", "Input Devices", "Storage Size", "Ports", "Wiki", "Wireless Connectivity", "Predecessor", "Successor", "RAM Size" ] } </templatedata> </noinclude> eaf919d87b1ecf9ab7dc61b0f794059b5a0f81d9 Nintendo 64 0 659 1108 2025-04-19T20:00:55Z Lise04 438850 Created page with "{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nin..." wikitext text/x-wiki {{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}} c04bef4c2742297192694145fefdc1d310f6e975 1109 1108 2025-04-19T20:01:15Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}} 02c651d80e7d9e9857156349ce064a53aa68bf2b 1110 1109 2025-04-19T20:03:53Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}}The Nintendo 64 is a home console released in 1996 by [[Nintendo]]. It's one of the earliest consumer video game consoles capable of 3d graphics, and the first home console to feature a true analog stick. The controller has been considered obtuse in retrospect, but it was groundbreaking for the time and games designed for it still play very well. == See also: == * [[:Category:Games released on Nintendo 64]] 43f6c9d3f07418ccba93decc9f7372d8c5ea2b1f 1116 1110 2025-04-19T21:39:15Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}}The Nintendo 64 is a home console released in 1996 by [[Nintendo]]. It's one of the earliest consumer video game consoles capable of 3d graphics, and the first home console to feature a true analog stick. The controller has been considered obtuse in retrospect, but it was groundbreaking for the time and games designed for it still play very well. Despite Nintendo's prior dominance in the home console market, the N64 sold wildly less units than Sony's [[PlayStation]]. This is often attributed to the decision to use cartridge based games, which were more expensive to produce and smaller in storage size than [[CD|CDs]] on the PlayStation. == Controller == [[File:N64 Controller In Hands.jpg|alt=The N64 controller, in it's most common usage|left|thumb|The N64 controller, in it's most common usage]] The N64 controller has a start button, six face buttons, three triggers, and an analog stick. It's designed to be held in one of three ways, depending on the game. If the player holds the right and left handles, this gives them access to the D-Pad, face buttons, and L/R bumpers. This is intended to emulate a [[SNES]] controller, and partially exists as a fallback in case 3D games didn't turn out to be successful. As such, very few games use this layout, such as [[Kirby 64: The Crystal Shards]]. If the player holds the center and right handles, it gives them access to the control stick, face buttons, Z, and R. This layout is designed for 3D games, and is therefore one of the most popular layouts, used in nearly all games. If the player holds the left and center handles, this gives them access to the D-Pad, control stick, and L bumper, but none of the face buttons. This layout was used by some [[First-Person shooter]] games on the system, such as and [[Doom 64]]. Some games on the system, such as [[Goldeneye 007]] and [[Perfect Dark]] also allow the usage of two controllers at once, to emulate a more modern dual stick setup. == See also: == * [[:Category:Games released on Nintendo 64]] 6ba239be7dbda1596fbe0f047012ed03166f42e4 1118 1116 2025-04-19T21:40:38Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}}The Nintendo 64 is a home console released in 1996 by [[Nintendo]]. It's one of the earliest consumer video game consoles capable of 3d graphics, and the first home console to feature a true analog stick. The controller has been considered obtuse in retrospect, but it was groundbreaking for the time and games designed for it still play very well. Despite Nintendo's prior dominance in the home console market, the N64 sold wildly less units than Sony's [[PlayStation]]. This is often attributed to the decision to use cartridge based games, which were more expensive to produce and smaller in storage size than [[CD|CDs]] on the PlayStation. __TOC__ == Controller == [[File:N64 Controller In Hands.jpg|alt=The N64 controller, in it's most common usage|left|thumb|The N64 controller, in it's most common usage]] The N64 controller has a start button, six face buttons, three triggers, and an analog stick. It's designed to be held in one of three ways, depending on the game. If the player holds the right and left handles, this gives them access to the D-Pad, face buttons, and L/R bumpers. This is intended to emulate a [[SNES]] controller, and partially exists as a fallback in case 3D games didn't turn out to be successful. As such, very few games use this layout, such as [[Kirby 64: The Crystal Shards]]. If the player holds the center and right handles, it gives them access to the control stick, face buttons, Z, and R. This layout is designed for 3D games, and is therefore one of the most popular layouts, used in nearly all games. If the player holds the left and center handles, this gives them access to the D-Pad, control stick, and L bumper, but none of the face buttons. This layout was used by some [[First-Person shooter]] games on the system, such as and [[Doom 64]]. Some games on the system, such as [[Goldeneye 007]] and [[Perfect Dark]] also allow the usage of two controllers at once, to emulate a more modern dual stick setup. == See also: == * [[:Category:Games released on Nintendo 64]] 136241d3b5757eae05ad171a0c00acc2a6af13b9 File:Super Mario 64 Boxart.png 6 660 1111 2025-04-19T20:25:27Z Lise04 438850 The NA box art for Super Mario 64 [[Category:Boxart]] wikitext text/x-wiki == Summary == The NA box art for Super Mario 64 [[Category:Boxart]] == Licensing == {{License|fairuse}} 30a4ce484ea0bd13874bec7eb48caba1fa362961 File:Splatoon 2 Girl Legware Select.png 6 308 1112 452 2025-04-19T20:27:01Z Lise04 438850 Lise04 moved page [[File:Splatoon 2 Girl Legware Select Girl.png]] to [[File:Splatoon 2 Girl Legware Select.png]] over a redirect without leaving a redirect wikitext text/x-wiki == Summary == The legware select screen from Splatoon 2 (2017) == Licensing == {{License|game}} 433c99859ce0c164a8c16b99a01473d7c78262a5 Splatoon 2 0 302 1113 662 2025-04-19T20:27:41Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with a cooperative gamemode against NPC enemies and singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 3|sequel]] was released in 2022. __TOC__ == Controls == [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Switch|stick_l}} |Move player | - |- |{{Button|Switch|stick_r}} |Aim |Move map cursor |- |{{Button|Switch|stick_r_press}} |Activate Special | - |- |{{Button|Switch|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Switch|zl}} |Squid form |Hide cursor (Lobby) |- |{{Button|Switch|zr}} |Main weapon |Zoom (Lobby) |- |{{Button|Switch|r}} |Sub weapon | - |- |{{Button|Switch|b}} |Jump | - |- |{{Button|Switch|y}} |Reset view | - |- |{{Button|Switch|x}} |Open map | - |- |{{Button|Switch|joycon_right_rotate}} |Gyro aim |Move map cursor |} == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select.png|Girl Legwear File:Splatoon 2 Legware Select Boy.png|Boy Legwear </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == The player can host Private Battles, which allow 2-8 friends to play together, with up to 2 spectators watching the game. * '''Voice Chat''': Whether or not [[Voice Chat]] via the Nintendo Switch companion app should be allowed. Defaults to ON. * '''Set password''': Whether or not the lobby should be locked behind a 4 digit PIN. Defaults to none. * '''Mode''': Pick between any gamemode. Turf War, Turf War (Splatfest), Splat Zones, Tower Control, Rainmaker, and Clam Blitz are all available. * '''Stage''': Pick between any of the stages in the game, that are compatible with the selected mode, including random. * '''Ink Colors''' (Turf War (Splatfest) only): Pick between any ink color combinations from any past Splatfest, including random. * '''Random ON/OFF''': Strikes specific ink colors from being potentially selected by random * '''No Secondary Abilities''': Toggles whether the secondary abilities on any given piece of gear have an effect. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 Private Battle Creation.png|Lobby Creation File:Splatoon 2 PIN Entry.png|PIN Entry File:Splatoon 2 Private Battle.png|Main Screen File:Splatoon 2 More Settings.png|More Settings File:Splatoon 2 Private Battle Stage Select.png|Stage Select File:Splatoon 2 Private Battle Ink Select.png|Ink Select </gallery> === The Shoal === '''The Shoal''' is Splatoon 2's LAN mode, available over either a standard wired LAN connection, or the console's own local wireless system. LAN play is almost the same as the standard Private Battles, with a few more options catered to in-person competitive events, and the ability to host a Salmon Run lobby * '''Use amiibo Gear''': Allows players to instantly load saved gear loadouts from an [[Amiibo]]. Defaults to OFF. * '''Use amiibo User Name''': Allows players to use the name saved to an Amiibo. Defaults to OFF. * '''Reset Options Every Match''': Resets any player-specific options that may have been changed after each match. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 The Shoal.png|The Shoal File:Splatoon 2 The Shoal More Settings.png|More Settings </gallery> === Salmon Run === [[File:Splatoon 2 The Shoal Salmon Run.png|alt=Salmon Run|thumb|Salmon Run]] '''Salmon Run''' is a co-op wave defense mode in Splatoon 2. It's available online at scheduled times, mirroring real life shift work. The LAN version is available anytime in The Shoal, and has more customization options, including the ability to select any weapon you'd like. * '''Stage''': Select any of the game's 5 stages, including random * '''Hazard Level''': Change the difficulty, from 10% to 200%. The different difficulties are put in named brackets: ** '''Apprentice''': 5-15% ** '''Part-Timer''': 20-35% ** '''Go-Getter''': 40-55% ** '''Overachiever''': 60-75% ** '''Profreshional''': 80-200% <references /> c5003f18e49b6a7aad5db06cb5bad9fb7a40e583 Super Mario 64 0 661 1114 2025-04-19T20:37:50Z Lise04 438850 Created page with "{{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=Super Mari..." wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}} 4cacba34030ee59446e578d1ed3bb0dfd5d423f2 Category:Games in the Super Mario series 14 662 1115 2025-04-19T20:41:50Z Lise04 438850 Created page with "This is a list of every game in the Super Mario series, that has been cataloged on this wiki. This is a [https://www.youtube.com/playlist?list=PLuYLhuXt4HrTuj3qduDMk1unjfZ30XiLv somewhat contentious topic], so for the purposes of this wiki, this is defined as a game developed by a first party [[Nintendo]] studio, with Mario as the main playable character, where the main genre is platforming. Games like Mario Kart, Luigi's Mansion, Yoshi's Island (SNES), Wario Land: Super..." wikitext text/x-wiki This is a list of every game in the Super Mario series, that has been cataloged on this wiki. This is a [https://www.youtube.com/playlist?list=PLuYLhuXt4HrTuj3qduDMk1unjfZ30XiLv somewhat contentious topic], so for the purposes of this wiki, this is defined as a game developed by a first party [[Nintendo]] studio, with Mario as the main playable character, where the main genre is platforming. Games like Mario Kart, Luigi's Mansion, Yoshi's Island (SNES), Wario Land: Super Mario Land 3, etc, are part of their own series, for the purposes of this wiki. 11b9b869a26771755462aa06e75d3f30b50afc50 Category:List of 5th Generation Consoles 14 663 1117 2025-04-19T21:40:19Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Fifth_generation_of_video_game_consoles fifth generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Fifth_generation_of_video_game_consoles fifth generation], that are cataloged by this wiki. 2d929b7cc5b1381b6b5f75ac18f500281f79c513 File:Super Mario 64 Control Guide A Button.jpg 6 664 1119 2025-04-19T21:59:56Z Lise04 438850 A section from the instruction manual for Super Mario 64 [[Category:Manuals]] wikitext text/x-wiki == Summary == A section from the instruction manual for Super Mario 64 [[Category:Manuals]] == Licensing == {{License|game}} 0abaad5381b35ad1903c3b6569d60b51369b1b1b Category:Manuals 14 665 1120 2025-04-19T22:00:25Z Lise04 438850 Created page with "This is a list of files that contain (full or in part) sections of video game manuals" wikitext text/x-wiki This is a list of files that contain (full or in part) sections of video game manuals d7a741cfd442a79ac305dcc3b16dc32b0b3eac8c Super Mario 64 0 661 1121 1114 2025-04-19T22:42:36Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, the everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. {| class="wikitable" |+Mario's Abilities !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}{{Button|N64|Stick_Right}} |- ! ! |- ! ! |- ! ! |- ! ! |- ! ! |- | | |- | | |- | | |} c8161ede19309b713cdaa8d81aa0090857dd8fb6 1122 1121 2025-04-20T00:17:13Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} e9c4a6741a0044fe335c9abbf9b9e5af1e7dc211 1123 1122 2025-04-20T00:17:41Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} d273d9020f6fccef9cc5c152509f775b7c204d91 1124 1123 2025-04-20T00:18:04Z Lise04 438850 Undo revision [[Special:Diff/1123|1123]] by [[Special:Contributions/Lise04|Lise04]] ([[User talk:Lise04|talk]]) wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} e9c4a6741a0044fe335c9abbf9b9e5af1e7dc211 1125 1124 2025-04-20T00:44:58Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}} / {{Button|N64|Stick_Right}} against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} b1da73cc46e7b3665ea8fe749f9654681bcc9b8b 1126 1125 2025-04-20T00:45:12Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} e9c4a6741a0044fe335c9abbf9b9e5af1e7dc211 1127 1126 2025-04-20T00:45:55Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} 2331fc04d9933726614a410bc6a7899cd3b7e6f9 1128 1127 2025-04-20T00:46:06Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |} 48da67b61daa3b807a6fd6b0959da84ec4dede03 1129 1128 2025-04-20T00:51:30Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |- !colspan=2 |Menu controls ! |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == Pause menu == 1b7e0b36ac6652becc849258024c3360c28b7a07 1130 1129 2025-04-20T00:52:17Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera type !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == Pause menu == 5bc79471fb13c7f91fca5386e62146a10a92797f 1137 1130 2025-04-20T01:32:32Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). 0cbde4e0c7818ad77050e0dbd4ca7679c364da7c File:Super Mario 64 File Select.png 6 666 1131 2025-04-20T01:15:07Z Lise04 438850 The file select screen from Super Mario 64 wikitext text/x-wiki == Summary == The file select screen from Super Mario 64 == Licensing == {{License|game}} 717d3cd3b4d5a28de2501401377eb6cc15990d3f File:Super Mario 64 Score Display.png 6 667 1132 2025-04-20T01:15:42Z Lise04 438850 The Score Display screen from Super Mario 64 wikitext text/x-wiki == Summary == The Score Display screen from Super Mario 64 == Licensing == {{License|game}} 0f513d4ce7e2f5b1b6cb56a67536cf65d4bc5287 File:Super Mario 64 Sound Select.png 6 668 1133 2025-04-20T01:16:06Z Lise04 438850 The Sound Select screen from Super Mario 64 wikitext text/x-wiki == Summary == The Sound Select screen from Super Mario 64 == Licensing == {{License|game}} 1250962d6941362b3ac5dc30b373093caf486dae File:Super Mario 64 Camera Options.png 6 669 1134 2025-04-20T01:16:49Z Lise04 438850 The pause screen from Super Mario 64, showing the camera options wikitext text/x-wiki == Summary == The pause screen from Super Mario 64, showing the camera options == Licensing == {{License|game}} 286f7d4b586278d2833f06aa9f6b73d6552a72cb User:Lise04 2 670 1135 2025-04-20T01:18:07Z Lise04 438850 Created page with "Heya! Name's Lise. I'll probably make a proper user page at some point (lying), but for now you can find all my info at my personal website https://wii.gay" wikitext text/x-wiki Heya! Name's Lise. I'll probably make a proper user page at some point (lying), but for now you can find all my info at my personal website https://wii.gay 9eb6b34d2c299f864959a2a815cc0b9b7c6e370c 1136 1135 2025-04-20T01:18:37Z Lise04 438850 wikitext text/x-wiki Heya! Name's Lise. I'm the creator and sofar only admin of this wiki. I'll probably make a proper user page at some point (lying), but for now you can find all my info at my personal website https://wii.gay 038cc2e0ed5e74ef5d977e843758da0bd131d54c Todo List 0 298 1138 442 2025-04-20T14:11:37Z Lise04 438850 wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done * Fix up <nowiki>{{Button}}</nowiki> to behave more like it does on [https://www.mariowiki.com/Template:Button the mario wiki] * Figure out or find an existing system for describing color options in character creators (see [[splatoon 2]]). im thinking something like how [https://splatoonwiki.org/wiki/Splatfest inkipedia does in-line ink colors], but im not sure if those are hardcoded, or dynamic b1abf83474008f8b882eaffbfe88ca23ea88d372 About The Video Game Settings Wiki 0 280 1139 336 2025-04-20T14:31:15Z Lise04 438850 wikitext text/x-wiki This whole wiki, including this page, is still '''''VERY''''' work in progress, but I'm glad you think my wiki is important enough to check out! I'm trying to catalog and document the controls, settings, and other configuration options of as many games and systems as possible. The closest comparison is probably [https://www.pcgamingwiki.com/wiki/Home The PC Gaming Wiki]. If you own any games/platforms that haven't been documented yet, or who's pages are only stubs, feel free to add them! It's not too hard, and you'll be helping untold numbers of other players down the road. To get started, check out the [[Documentation/Style guide|Style guide]], or just check out some of the existing articles. f9bb83324e5193d655a24963a56a62d8e8047f62 1147 1139 2025-04-20T14:39:58Z Lise04 438850 wikitext text/x-wiki This whole wiki, including this page, is still '''''VERY''''' work in progress, but I'm glad you think my wiki is important enough to check out! I'm trying to catalog and document the controls, settings, and other configuration options of as many games and systems as possible. The closest comparison is probably [https://www.pcgamingwiki.com/wiki/Home The PC Gaming Wiki]. If you own any games/platforms that haven't been documented yet, or who's pages are only stubs, feel free to add them! It's not too hard, and you'll be helping untold numbers of other players down the road. To get started, check out the [[Documentation/Style guide|Style guide]], or just check out some of the existing articles. If you know more about mediawiki stuff than [[User:Lise04|me]], don't be afraid to provide suggestions on deeper changes to this wiki that could be made d35567265dc3b1f93a3cc79ef1f4a017e02bd63f MediaWiki:Sidebar 8 279 1140 688 2025-04-20T14:33:25Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:Platforms|Platforms ** Category:List_of_Games|List of Games * search ** Special:Search|Search page ** List of Tags|List of Tags ** List of Categories|List of Categories * TOOLBOX * LANGUAGES 088a25aaaa988eab5ea741c28304bf4ade48b8b3 1141 1140 2025-04-20T14:33:39Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:Platforms|Platforms ** Category:List_of_Games|List of Games * search ** Special:Search|Search page ** List of Tags|List of Tags ** Category:List of Categories|List of Categories * TOOLBOX * LANGUAGES a3fbc85016eaf58dc4506803571a04e75aa17208 1142 1141 2025-04-20T14:34:27Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:Platforms|Platforms ** Category:List_of_Games|List of Games * search ** Special:Search|Search page ** List of Tags|List of Tags ** Special:Categories|List of Categories * TOOLBOX * LANGUAGES b866797da3c857739cd18ccfaccd8b59d70ebcb6 Category:List of 480i consoles 14 671 1143 2025-04-20T14:36:25Z Lise04 438850 Created page with "This is a list of systems cataloged on this wiki, that support a maximum resolution of 480i" wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 480i 4d46c2339fee2301bd9a560ea5deb1da99f5ae42 Category:List of 4k consoles 14 672 1144 2025-04-20T14:36:50Z Lise04 438850 Created page with "This is a list of systems cataloged on this wiki, that support a maximum resolution of 4k" wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 4k d1fd1683baeac0ee1c6b6c94e0b2c5dffd831c1d Category:List of 9th Generation Consoles 14 673 1145 2025-04-20T14:37:25Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Ninth_generation_of_video_game_consoles ninth generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Ninth_generation_of_video_game_consoles ninth generation], that are cataloged by this wiki. 7afa25b1ca7aad88bd1d3f2ba57bd978bf02e41c Category:List of Hybrid consoles 14 674 1146 2025-04-20T14:38:36Z Lise04 438850 Created page with "This is a list of hybrid consoles cataloged on this wiki" wikitext text/x-wiki This is a list of hybrid consoles cataloged on this wiki 37eb4d2f984ec184168963580fd4138ec3bb5362 Category:Button Icons 14 374 1148 541 2025-04-20T14:51:22Z Lise04 438850 wikitext text/x-wiki This is a list of all the button icons used on this wiki. See also: [[:Category:N64 icons]] [[:Category:GameCube icons]] [[:Category:Wii U icons]] [[:Category:Switch icons]] [[:Category:PC icons]] f33d254774ddcb984eb9ed291da16ce8f5f6ac79 Category:Switch icons 14 590 1149 905 2025-04-20T14:52:09Z Lise04 438850 wikitext text/x-wiki This is a list of files that are used as Switch icons. From Kenney's Game Icons pack https://kenney.nl/assets/game-icons f39c83949b4982955f19f3ffd8bb83f84c1e3ff5 1150 1149 2025-04-20T14:54:18Z Lise04 438850 wikitext text/x-wiki This is a list of files that are used as Switch icons. From Kenney's Game Icons pack https://kenney.nl/assets/game-icons 1a5043c6b4918e3cc5e54329b56ead42a9fed372 Category:Wii U icons 14 675 1151 2025-04-20T14:54:34Z Lise04 438850 Created page with "This is a list of files that are used as Wii U icons. From Kenney's Game Icons pack https://kenney.nl/assets/game-icons" wikitext text/x-wiki This is a list of files that are used as Wii U icons. From Kenney's Game Icons pack https://kenney.nl/assets/game-icons 5171d31cd38f97b7dcf6aa8702f8dc6cdb5d0578 File:Touch Tap.svg 6 381 1152 1104 2025-04-20T14:55:19Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] [[Category:Touch icons]] [[Category:Wii U icons]] 1a6c23769b1504210c2169cdb1052fda65423456 File:WiiU 1.svg 6 370 1153 537 2025-04-20T14:56:33Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1154 1153 2025-04-20T14:56:43Z Lise04 438850 Lise04 renamed page [[File:Wiiu 1.svg]] to [[File:WiiU 1.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU 2.svg 6 371 1156 538 2025-04-20T14:57:05Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1157 1156 2025-04-20T14:57:13Z Lise04 438850 Lise04 renamed page [[File:Wiiu 2.svg]] to [[File:WiiU 2.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU A.svg 6 372 1158 539 2025-04-20T14:57:20Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1159 1158 2025-04-20T14:59:19Z Lise04 438850 Lise04 renamed page [[File:Wiiu a.svg]] to [[File:WiiU A.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU B.svg 6 373 1160 540 2025-04-20T14:59:25Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1161 1160 2025-04-20T14:59:37Z Lise04 438850 Lise04 renamed page [[File:Wiiu b.svg]] to [[File:WiiU B.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Dpad All.svg 6 331 1162 498 2025-04-20T14:59:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1163 1162 2025-04-20T14:59:55Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad all.svg]] to [[File:WiiU Dpad All.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Dpad Down.svg 6 332 1164 499 2025-04-20T15:00:14Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1165 1164 2025-04-20T15:00:23Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad down.svg]] to [[File:WiiU Dpad Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Dpad Horizontal.svg 6 333 1166 500 2025-04-20T15:00:27Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1167 1166 2025-04-20T15:00:37Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad horizontal.svg]] to [[File:WiiU Dpad Horizontal.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:Wiiu dpad horizontal.svg 6 677 1168 2025-04-20T15:00:37Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad horizontal.svg]] to [[File:WiiU Dpad Horizontal.svg]] wikitext text/x-wiki #REDIRECT [[File:WiiU Dpad Horizontal.svg]] bac35483b99bcd9bd4cfa22909c3d520ded480fb File:WiiU Dpad Left.svg 6 334 1169 501 2025-04-20T15:00:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1170 1169 2025-04-20T15:00:56Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad left.svg]] to [[File:WiiU Dpad Left.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:Wiiu dpad left.svg 6 678 1171 2025-04-20T15:00:56Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad left.svg]] to [[File:WiiU Dpad Left.svg]] wikitext text/x-wiki #REDIRECT [[File:WiiU Dpad Left.svg]] 6504bbe0b151f34e8392096cd991b652f1bd14b7 File:WiiU Dpad None.svg 6 335 1172 502 2025-04-20T15:01:10Z Lise04 438850 wikitext text/x-wiki [[Category:Wii U icons]]From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] df4983e1566a3606848d186d5249efd5e13e6e00 1173 1172 2025-04-20T15:01:19Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad none.svg]] to [[File:WiiU Dpad None.svg]] without leaving a redirect wikitext text/x-wiki [[Category:Wii U icons]]From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] df4983e1566a3606848d186d5249efd5e13e6e00 File:WiiU Dpad Right.svg 6 336 1174 503 2025-04-20T15:01:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1175 1174 2025-04-20T15:01:36Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad right.svg]] to [[File:WiiU Dpad Right.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Dpad Up.svg 6 337 1176 504 2025-04-20T15:01:41Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1177 1176 2025-04-20T15:01:52Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad up.svg]] to [[File:WiiU Dpad Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:Wiiu dpad up.svg 6 679 1178 2025-04-20T15:01:52Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad up.svg]] to [[File:WiiU Dpad Up.svg]] wikitext text/x-wiki #REDIRECT [[File:WiiU Dpad Up.svg]] b7d23a55133f7bea32dd4b3d31c1c3a286bc11bf File:WiiU Dpad Vertical.svg 6 338 1179 505 2025-04-20T15:02:10Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1180 1179 2025-04-20T15:02:20Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad vertical.svg]] to [[File:WiiU Dpad Vertical.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Dpad.svg 6 330 1181 497 2025-04-20T15:02:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1182 1181 2025-04-20T15:02:34Z Lise04 438850 Lise04 renamed page [[File:Wiiu dpad.svg]] to [[File:WiiU Dpad.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Gamepad Motion Down.svg 6 340 1183 507 2025-04-20T15:02:48Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1184 1183 2025-04-20T15:02:59Z Lise04 438850 Lise04 renamed page [[File:Wiiu gamepad down.svg]] to [[File:WiiU Gamepad Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1193 1184 2025-04-20T15:05:13Z Lise04 438850 Lise04 renamed page [[File:WiiU Gamepad Down.svg]] to [[File:WiiU Gamepad Motion Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Gamepad Motion Up.svg 6 341 1185 508 2025-04-20T15:03:05Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1186 1185 2025-04-20T15:03:15Z Lise04 438850 Lise04 renamed page [[File:Wiiu gamepad up.svg]] to [[File:WiiU Gamepad Up.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1188 1186 2025-04-20T15:03:41Z Lise04 438850 Lise04 renamed page [[File:WiiU Gamepad Up.svg]] to [[File:WiiU Gamepad Motion Up.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Gamepad.svg 6 339 1189 506 2025-04-20T15:03:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1190 1189 2025-04-20T15:03:59Z Lise04 438850 Lise04 renamed page [[File:Wiiu gamepad.svg]] to [[File:WiiU Gamepad.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Home.svg 6 342 1191 509 2025-04-20T15:04:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1192 1191 2025-04-20T15:04:35Z Lise04 438850 Lise04 renamed page [[File:Wiiu home.svg]] to [[File:WiiU Home.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU L.svg 6 343 1194 510 2025-04-20T15:05:24Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1195 1194 2025-04-20T15:05:36Z Lise04 438850 Lise04 renamed page [[File:Wiiu l.svg]] to [[File:WiiU L.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Minus.svg 6 344 1196 511 2025-04-20T15:05:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1197 1196 2025-04-20T15:06:00Z Lise04 438850 Lise04 renamed page [[File:Wiiu minus.svg]] to [[File:WiiU Minus.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU NFC.png 6 378 1198 557 2025-04-20T15:06:12Z Lise04 438850 wikitext text/x-wiki Wii U NFC icon. Source: https://www.mariowiki.com/File:NFC.png == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] 9073dc5a2eb6524a956ad0ed442185269b97b9bb 1199 1198 2025-04-20T15:06:20Z Lise04 438850 Lise04 renamed page [[File:Wiiu NFC.png]] to [[File:WiiU NFC.png]] without leaving a redirect wikitext text/x-wiki Wii U NFC icon. Source: https://www.mariowiki.com/File:NFC.png == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] 9073dc5a2eb6524a956ad0ed442185269b97b9bb File:WiiU Plus.svg 6 345 1200 512 2025-04-20T15:06:26Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1201 1200 2025-04-20T15:06:34Z Lise04 438850 Lise04 renamed page [[File:Wiiu plus.svg]] to [[File:WiiU Plus.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Power.svg 6 346 1202 513 2025-04-20T15:07:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1203 1202 2025-04-20T15:07:37Z Lise04 438850 Lise04 renamed page [[File:Wiiu power.svg]] to [[File:WiiU Power.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Pro.svg 6 347 1204 514 2025-04-20T15:07:42Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1205 1204 2025-04-20T15:07:51Z Lise04 438850 Lise04 renamed page [[File:Wiiu pro.svg]] to [[File:WiiU Pro.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU R.svg 6 348 1206 515 2025-04-20T15:07:56Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1207 1206 2025-04-20T15:08:07Z Lise04 438850 Lise04 renamed page [[File:Wiiu r.svg]] to [[File:WiiU R.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Down.svg 6 350 1208 517 2025-04-20T15:10:17Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1209 1208 2025-04-20T15:10:44Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l down.svg]] to [[File:WiiU Left Stick Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Horizontal.svg 6 351 1210 518 2025-04-20T15:10:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1211 1210 2025-04-20T15:11:05Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l horizontal.svg]] to [[File:WiiU Left Stick Horizontal.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Left.svg 6 352 1212 519 2025-04-20T15:11:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1213 1212 2025-04-20T15:11:25Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l left.svg]] to [[File:WiiU Left Stick Left.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Right.svg 6 353 1214 520 2025-04-20T15:11:30Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1215 1214 2025-04-20T15:11:44Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l right.svg]] to [[File:WiiU Left Stick Right.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Up.svg 6 354 1216 521 2025-04-20T15:11:50Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1217 1216 2025-04-20T15:12:02Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l up.svg]] to [[File:WiiU Left Stick Up.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Vertical.svg 6 355 1218 522 2025-04-20T15:12:10Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1219 1218 2025-04-20T15:13:30Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l vertical.svg]] to [[File:WiiU Left Stick Vertical.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick.svg 6 349 1220 516 2025-04-20T15:13:36Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1221 1220 2025-04-20T15:13:45Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick l.svg]] to [[File:WiiU Left Stick.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Down.svg 6 357 1222 524 2025-04-20T15:17:39Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Down.svg 6 357 1223 1222 2025-04-20T15:18:15Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r down.svg]] to [[File:WiiU Right Stick Down.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Horizontal.svg 6 358 1224 525 2025-04-20T15:18:20Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1225 1224 2025-04-20T15:18:34Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r horizontal.svg]] to [[File:WiiU Right Stick Horizontal.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Left.svg 6 359 1226 526 2025-04-20T15:18:54Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1227 1226 2025-04-20T15:19:05Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r left.svg]] to [[File:WiiU Right Stick Left.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Right.svg 6 360 1228 527 2025-04-20T15:19:15Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1229 1228 2025-04-20T15:19:27Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r right.svg]] to [[File:WiiU Right Stick Right.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Up.svg 6 361 1230 528 2025-04-20T15:19:31Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1231 1230 2025-04-20T15:19:41Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r up.svg]] to [[File:WiiU Right Stick Up.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Vertical.svg 6 362 1232 529 2025-04-20T15:19:54Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1233 1232 2025-04-20T15:20:05Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r vertical.svg]] to [[File:WiiU Right Stick Vertical.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick.svg 6 356 1234 523 2025-04-20T15:20:13Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1235 1234 2025-04-20T15:20:23Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick r.svg]] to [[File:WiiU Right Stick.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Left Stick Top.svg 6 363 1236 530 2025-04-20T15:20:29Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1237 1236 2025-04-20T15:20:39Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick top l.svg]] to [[File:WiiU Left Stick Top.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Right Stick Top.svg 6 364 1238 531 2025-04-20T15:20:43Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1239 1238 2025-04-20T15:20:55Z Lise04 438850 Lise04 renamed page [[File:Wiiu stick top r.svg]] to [[File:WiiU Right Stick Top.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU TV.svg 6 365 1240 532 2025-04-20T15:20:59Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1241 1240 2025-04-20T15:21:06Z Lise04 438850 Lise04 renamed page [[File:Wiiu tv.svg]] to [[File:WiiU TV.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU X.svg 6 366 1242 533 2025-04-20T15:21:10Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1243 1242 2025-04-20T15:21:16Z Lise04 438850 Lise04 renamed page [[File:Wiiu x.svg]] to [[File:WiiU X.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU Y.svg 6 367 1244 534 2025-04-20T15:21:25Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1245 1244 2025-04-20T15:21:32Z Lise04 438850 Lise04 renamed page [[File:Wiiu y.svg]] to [[File:WiiU Y.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU ZL.svg 6 368 1246 535 2025-04-20T15:21:37Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1247 1246 2025-04-20T15:21:45Z Lise04 438850 Lise04 renamed page [[File:Wiiu zl.svg]] to [[File:WiiU ZL.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 File:WiiU ZR.svg 6 369 1248 536 2025-04-20T15:21:52Z Lise04 438850 wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 1249 1248 2025-04-20T15:22:02Z Lise04 438850 Lise04 renamed page [[File:Wiiu zr.svg]] to [[File:WiiU ZR.svg]] without leaving a redirect wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Wii U icons]] a2ff5219fa0787c78ccaa376abdc426a3ee2aa86 Splatoon 0 283 1250 824 2025-04-20T15:25:38Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon|Successor=[[Splatoon 2]]}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Wiiu|Left_Stick}} |Move Player | - |- |{{Button|Wiiu|Right_Stick}} |Aim | - |- |{{Button|Wiiu|Right_Stick_Top}} |Activate Special | - |- |{{Button|Wiiu|Dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Wiiu|ZL}} |Squid form | - |- |{{Button|Wiiu|ZR}} |Main Weapon |Zoom (Lobby) |- |{{Button|Wiiu|R}} |Sub Weapon | - |- |{{Button|Wiiu|X}} |Jump |Hide reticle (while zooming) |- |{{Button|Wiiu|Y}} |Reset View | - |- |{{Button|Wiiu|Gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> 48ee3deefc8b6d99bc39c6d52e47d9a01e439875 1251 1250 2025-04-20T15:26:02Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon|Successor=[[Splatoon 2]]}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|WiiU|Left_Stick}} |Move Player | - |- |{{Button|WiiU|Right_Stick}} |Aim | - |- |{{Button|WiiU|Right_Stick_Top}} |Activate Special | - |- |{{Button|WiiU|Dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|WiiU|ZL}} |Squid form | - |- |{{Button|WiiU|ZR}} |Main Weapon |Zoom (Lobby) |- |{{Button|WiiU|R}} |Sub Weapon | - |- |{{Button|WiiU|X}} |Jump |Hide reticle (while zooming) |- |{{Button|WiiU|Y}} |Reset View | - |- |{{Button|WiiU|Gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> fbd3ba1f002c34854f55139a976ce2a527d785c4 File:Touch Tap.svg 6 381 1252 1152 2025-04-20T15:26:18Z Lise04 438850 Lise04 renamed page [[File:Touch tap.svg]] to [[File:Touch Tap.svg]] wikitext text/x-wiki From Kenney's Game Icons pack https://kenney.nl/assets/game-icons == Licensing == {{License|CC-PD}} [[Category:Button Icons]] [[Category:Switch icons]] [[Category:Touch icons]] [[Category:Wii U icons]] 1a6c23769b1504210c2169cdb1052fda65423456 File:Touch tap.svg 6 681 1253 2025-04-20T15:26:18Z Lise04 438850 Lise04 renamed page [[File:Touch tap.svg]] to [[File:Touch Tap.svg]] wikitext text/x-wiki #REDIRECT [[File:Touch Tap.svg]] 675996496b9e0d24efb33e04400e7d2fe033fd1c Help:Style guide 12 682 1254 2025-04-20T15:32:16Z Lise04 438850 Created page with "=== [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but..." wikitext text/x-wiki === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. b2472f0e882b483c2d4e61518217376d15135d5c 1255 1254 2025-04-20T15:33:55Z Lise04 438850 wikitext text/x-wiki === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. * Try to use the official names for things wherever possible. I don't care if every normal person on the planet (including myself) calls it a wiimote, the official name is Wii Remote. 752f29447b138bb585f63814307fba6783688379 File:Wii Console With Wii Remote.png 6 683 1256 2025-04-20T15:34:34Z Lise04 438850 A photo of a Wii console, with a Wii Remote propped up against it. Sourced from wikimedia. https://commons.wikimedia.org/wiki/File:Wii-Console.png wikitext text/x-wiki == Summary == A photo of a Wii console, with a Wii Remote propped up against it. Sourced from wikimedia. https://commons.wikimedia.org/wiki/File:Wii-Console.png == Licensing == {{License|CC-PD}} 99c5d6c2f10d54c6daa25a9a8f0ff496fdf96580 Wii 0 684 1257 2025-04-20T15:47:20Z Lise04 438850 Created page with "{{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x Gam..." wikitext text/x-wiki {{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x GameCube Memory Card, Wii Sensor Bar, Wii Video Cable, Wii Power Adapter|Wiki=https://en.wikipedia.org/wiki/Wii|Wireless Connectivity=WiFi, Bluetooth|Predecessor=[[GameCube]]|Successor=[[Wii U]]|RAM Size=88MB}} 31d94a192d3eeb0b435e1828f2e6c6ab50e62add 1258 1257 2025-04-20T15:47:33Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x GameCube Memory Card, Wii Sensor Bar, Wii Video Cable, Wii Power Adapter|Wiki=https://en.wikipedia.org/wiki/Wii|Wireless Connectivity=WiFi, Bluetooth|Predecessor=[[GameCube]]|Successor=[[Wii U]]|RAM Size=88MB}} 9032a71887941267a404519babd87daa5bc1c80e 1259 1258 2025-04-20T15:53:52Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x GameCube Memory Card, Wii Sensor Bar, Wii Video Cable, Wii Power Adapter|Wiki=https://en.wikipedia.org/wiki/Wii|Wireless Connectivity=WiFi, Bluetooth|Predecessor=[[GameCube]]|Successor=[[Wii U]]|RAM Size=88MB}}The '''Wii''' is a home console released in 2006 by [[Nintendo]]. It's main gimmick is the motion control available inside the Wii Remotes. It was Nintendo's highest performing home console until the [[Nintendo Switch]], due to it's low price compared to competitors, and family appeal. 47d4ce7ed0bfd787eb574260b68a62230bc0212a 1265 1259 2025-04-20T16:35:43Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x GameCube Memory Card, Wii Sensor Bar, Wii Video Cable, Wii Power Adapter|Wiki=https://en.wikipedia.org/wiki/Wii|Wireless Connectivity=WiFi, Bluetooth|Predecessor=[[GameCube]]|Successor=[[Wii U]]|RAM Size=88MB}}The '''Wii''' is a home console released in 2006 by [[Nintendo]]. It's main gimmick is the motion control available inside the Wii Remotes. It was Nintendo's highest performing home console until the [[Nintendo Switch]], due to it's low price compared to competitors, and family appeal. == See also: == [[:Category:List of games released on Wii]] 4dd1670e4f4ebeb086cdb959070d838b6d029f77 Category:List of 7th Generation Consoles 14 685 1260 2025-04-20T15:54:44Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Seventh_generation_of_video_game_consoles seventh generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Seventh_generation_of_video_game_consoles seventh generation], that are cataloged by this wiki. 0512481787d6735bd9dbd4faf08ce9473bccd8b6 File:GameCube Console With Controller.png 6 686 1261 2025-04-20T16:08:57Z Lise04 438850 A photo of the GameCube console, alongside an attached controller. Sourced from wikimedia https://en.wikipedia.org/wiki/File:GameCube-Set.jpg wikitext text/x-wiki == Summary == A photo of the GameCube console, alongside an attached controller. Sourced from wikimedia https://en.wikipedia.org/wiki/File:GameCube-Set.jpg == Licensing == {{License|CC-PD}} cd6a04bc3f3688d7e15894ca451c41993fac8300 GameCube 0 687 1262 2025-04-20T16:23:59Z Lise04 438850 Created page with "{{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller|Ports=4x GameCube Controller, 2x GameCube Memory Card, Microphone|Wiki=https://en.wikipedia.org..." wikitext text/x-wiki {{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller|Ports=4x GameCube Controller, 2x GameCube Memory Card, Microphone|Wiki=https://en.wikipedia.org/wiki/GameCube|Predecessor=[[Nintendo 64]]|Successor=[[Wii]]|RAM Size=43MB}} 1d6e368dc18b3dedb13ad9a2274281727a31d4df 1263 1262 2025-04-20T16:31:15Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller|Ports=4x GameCube Controller, 2x GameCube Memory Card, Microphone|Wiki=https://en.wikipedia.org/wiki/GameCube|Predecessor=[[Nintendo 64]]|Successor=[[Wii]]|RAM Size=43MB}}The '''Nintendo GameCube''' is a console released by [[Nintendo]] in 2001. As the follow up to the [[N64]], it refines the controller to a layout that is more familiar to modern audiences, and even has a cult following with [[:Category:List of Super Smash Bros games|Super Smash Bros.]] players. This dedication to the GameCube controller has resulted in modern re-issues of the controller for every new entry in the series. faed90070691fdb51862ffa9914151479b212b98 1264 1263 2025-04-20T16:35:29Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller|Ports=4x GameCube Controller, 2x GameCube Memory Card, Microphone|Wiki=https://en.wikipedia.org/wiki/GameCube|Predecessor=[[Nintendo 64]]|Successor=[[Wii]]|RAM Size=43MB}}The '''Nintendo GameCube''' is a console released by [[Nintendo]] in 2001. As the follow up to the [[N64]], it refines the controller to a layout that is more familiar to modern audiences, and even has a cult following with [[:Category:List of Super Smash Bros games|Super Smash Bros.]] players. This dedication to the GameCube controller has resulted in modern re-issues of the controller for every new entry in the series. == See also: == [[:Category:List of games released on GameCube]] 64d319bffa2bebc25b9e669edd5af86149cbe0d4 1268 1264 2025-04-20T18:28:00Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller, Microphone|Ports=4x GameCube Controller, 2x GameCube Memory Card, Nintendo AV Cable, GameCube Component cable, GameCube power adapter|Wiki=https://en.wikipedia.org/wiki/GameCube|Predecessor=[[Nintendo 64]]|Successor=[[Wii]]|RAM Size=43MB}}The '''Nintendo GameCube''' is a console released by [[Nintendo]] in 2001. As the follow up to the [[N64]], it refines the controller to a layout that is more familiar to modern audiences, and even has a cult following with [[:Category:List of Super Smash Bros games|Super Smash Bros.]] players. This dedication to the GameCube controller has resulted in modern re-issues of the controller for every new entry in the series. == See also: == [[:Category:List of games released on GameCube]] 20663e58a44bd845f910e7281e679b411bbae090 SNES 0 688 1266 2025-04-20T16:36:33Z Lise04 438850 Redirected page to [[Super Nintendo Entertainment System]] wikitext text/x-wiki #REDIRECT [[Super Nintendo Entertainment System]] 765aa10acb86abfcc1d14d9b0877bfb58f907f3c File:SNES Console With Controller.jpg 6 689 1267 2025-04-20T16:39:09Z Lise04 438850 An image of the Super Nintendo Entertainment System, with an attached controller. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:SNES-Mod1-Console-Set.jpg wikitext text/x-wiki == Summary == An image of the Super Nintendo Entertainment System, with an attached controller. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:SNES-Mod1-Console-Set.jpg == Licensing == {{License|CC-PD}} 4119808f7c86d1ff8e95365c9652d532f9efe86a Super Nintendo Entertainment System 0 690 1269 2025-04-20T18:30:23Z Lise04 438850 Created page with "{{stub}}{{Hardware Info|image=SNES Console With Controller.jpg|Manufacturer=Nintendo|Generation=4th|Release Date=JP: Nov 21 1990<br> NA: Aug 23 1991<br> UK: April 11 1992<br> EU: Jun 1992|Discontinued=NA: 1999<br>JP:Sep 25 2003|Type=Home console|Launch MSRP=US$199/¥25,000|Units Sold=49.10 million|Maximum Resolution=448i|Input Devices=SNES Controller, SNES Mouse, Super Scope|Ports=2x SNES Controller, Nintendo AV Cable, RF out, SNES Power Adapter|Wiki=https://en.wikipedia..." wikitext text/x-wiki {{stub}}{{Hardware Info|image=SNES Console With Controller.jpg|Manufacturer=Nintendo|Generation=4th|Release Date=JP: Nov 21 1990<br> NA: Aug 23 1991<br> UK: April 11 1992<br> EU: Jun 1992|Discontinued=NA: 1999<br>JP:Sep 25 2003|Type=Home console|Launch MSRP=US$199/¥25,000|Units Sold=49.10 million|Maximum Resolution=448i|Input Devices=SNES Controller, SNES Mouse, Super Scope|Ports=2x SNES Controller, Nintendo AV Cable, RF out, SNES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System|Predecessor=[[NES]]|Successor=[[Nintendo 64]]|RAM Size=128k work RAM, 64k video RAM, 64k audio RAM.}} d16e9053199716e4fc3e3eca72534c1e686d56f8 1271 1269 2025-04-20T18:40:04Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=SNES Console With Controller.jpg|Manufacturer=Nintendo|Generation=4th|Release Date=JP: Nov 21 1990<br> NA: Aug 23 1991<br> UK: April 11 1992<br> EU: Jun 1992|Discontinued=NA: 1999<br>JP:Sep 25 2003|Type=Home console|Launch MSRP=US$199/¥25,000|Units Sold=49.10 million|Maximum Resolution=448i|Input Devices=SNES Controller, SNES Mouse, Super Scope|Ports=2x SNES Controller, Nintendo AV Cable, RF out, SNES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System|Predecessor=[[NES]]|Successor=[[Nintendo 64]]|RAM Size=128k work RAM, 64k video RAM, 64k audio RAM.}}The '''Super Nintendo Entertainment System''' (often referred to as '''SNES''' or '''Super Nintendo''') is the second major home console produced by [[Nintendo]]. In Japan, it is called the '''Super Famicom''' ('''SFC'''). It was a wild success, being the highest selling console of the 16 bit era, beating out competitors like the [[Sega Genesis]] and [[TurboGrafx-16]]. 28dfe71f2a2cd5d1e13a3e20b506ccfb3bf1f615 Category:List of 4th Generation Consoles 14 691 1270 2025-04-20T18:31:04Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Fourth_generation_of_video_game_consoles fourth generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Fourth_generation_of_video_game_consoles fourth generation], that are cataloged by this wiki. fa954267a631581e42af0f07752c421c63a3f1e4 NES 0 692 1272 2025-04-20T18:40:35Z Lise04 438850 Redirected page to [[Nintendo Entertainment System]] wikitext text/x-wiki #REDIRECT [[Nintendo Entertainment System]] f850099cc54cf0b31adae962b46384483bb4f0c0 File:NES Console With Controller.png 6 693 1273 2025-04-20T18:46:12Z Lise04 438850 An NES with an attached controller. Image sourced from wikimedia https://commons.wikimedia.org/wiki/File:NES-Console-Set.png wikitext text/x-wiki == Summary == An NES with an attached controller. Image sourced from wikimedia https://commons.wikimedia.org/wiki/File:NES-Console-Set.png == Licensing == {{License|CC-PD}} 48a193e4a12dc948ac8a4878276a2a42f37305d5 Nintendo Entertainment System 0 694 1274 2025-04-20T19:00:02Z Lise04 438850 Created page with "{{stub}}{{Hardware Info|image=NES Console With Controller.png|Manufacturer=Nintendo|Generation=3rd|Release Date=JP: Jul 15 1983<br>NA: Oct 18 1985<br>EU: Sep 1 1986|Discontinued=NA/EU: Aug 14, 1995 JP: September 25, 2003[6]|Type=Home console|Launch MSRP=US$179/¥14,800|Units Sold=61.91 million|Maximum Resolution=240p|Input Devices=NES Controller, NES Zapper, Power Glove, R.O.B.|Ports=Component Video and Mono audio, RF connector, NES Power Adapter|Wiki=https://en.wikipedi..." wikitext text/x-wiki {{stub}}{{Hardware Info|image=NES Console With Controller.png|Manufacturer=Nintendo|Generation=3rd|Release Date=JP: Jul 15 1983<br>NA: Oct 18 1985<br>EU: Sep 1 1986|Discontinued=NA/EU: Aug 14, 1995 JP: September 25, 2003[6]|Type=Home console|Launch MSRP=US$179/¥14,800|Units Sold=61.91 million|Maximum Resolution=240p|Input Devices=NES Controller, NES Zapper, Power Glove, R.O.B.|Ports=Component Video and Mono audio, RF connector, NES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_Entertainment_System|Predecessor=Color TV Game|Successor=[[SNES]]|RAM Size=2KB Work RAM, 2KB video RAM, 256 bytes sprite RAM}} 1988c237873bce8e37bbd47d7969f1895e4810ff 1275 1274 2025-04-20T19:04:09Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=NES Console With Controller.png|Manufacturer=Nintendo|Generation=3rd|Release Date=JP: Jul 15 1983<br>NA: Oct 18 1985<br>EU: Sep 1 1986|Discontinued=NA/EU: Aug 14, 1995 JP: September 25, 2003[6]|Type=Home console|Launch MSRP=US$179/¥14,800|Units Sold=61.91 million|Maximum Resolution=240p|Input Devices=NES Controller, NES Zapper, Power Glove, R.O.B.|Ports=Component Video and Mono audio, RF connector, NES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_Entertainment_System|Predecessor=Color TV Game|Successor=[[SNES]]|RAM Size=2KB Work RAM, 2KB video RAM, 256 bytes sprite RAM}}The '''Nintendo Entertainment System''' (often referred to as the '''NES''') was released in 1983, and is [[Nintendo]]'s first major home console. It is often credited with completely reviving the home games industry after the crash caused by [[Atari]]. ab0008073feb83d559238cfad126be2d4d1f8baf 1278 1275 2025-04-20T19:06:53Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=NES Console With Controller.png|Manufacturer=Nintendo|Generation=3rd|Release Date=JP: Jul 15 1983<br>NA: Oct 18 1985<br>EU: Sep 1 1986|Discontinued=NA/EU: Aug 14, 1995 JP: September 25, 2003[6]|Type=Home console|Launch MSRP=US$179/¥14,800|Units Sold=61.91 million|Maximum Resolution=240p|Input Devices=NES Controller, NES Zapper, Power Glove, R.O.B.|Ports=Component Video and Mono audio, RF connector, NES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_Entertainment_System|Predecessor=Color TV Game|Successor=[[SNES]]|RAM Size=2KB Work RAM, 2KB video RAM, 256 bytes sprite RAM}}The '''Nintendo Entertainment System''' (often referred to as the '''NES''') was released in 1983, and is [[Nintendo]]'s first major home console. It is often credited with completely reviving the home games industry after the crash caused by [[Atari]]. [[Category:Platforms]] 7e78c30cbee6592b126a32f33e2e379d73493aae GameCube 0 687 1276 1268 2025-04-20T19:06:38Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=GameCube Console With Controller.png|Manufacturer=Nintendo|Generation=6th|Release Date=JP: Sep 14 2001<br>NA: Nov 18 2001<br>EU: May 3 2002|Discontinued=August 2007|Type=Home console|Launch MSRP=US$199/¥25,000/€199|Units Sold=21.74 million|Maximum Resolution=480p|Input Devices=GameCube Controller, [[Game Boy Advance]], ASCII Keyboard Controller, Microphone|Ports=4x GameCube Controller, 2x GameCube Memory Card, Nintendo AV Cable, GameCube Component cable, GameCube power adapter|Wiki=https://en.wikipedia.org/wiki/GameCube|Predecessor=[[Nintendo 64]]|Successor=[[Wii]]|RAM Size=43MB}}The '''Nintendo GameCube''' is a console released by [[Nintendo]] in 2001. As the follow up to the [[N64]], it refines the controller to a layout that is more familiar to modern audiences, and even has a cult following with [[:Category:List of Super Smash Bros games|Super Smash Bros.]] players. This dedication to the GameCube controller has resulted in modern re-issues of the controller for every new entry in the series. == See also: == [[:Category:List of games released on GameCube]] [[Category:Platforms]] 4edd737730458a453db4224e65d9cc91a76bc488 Nintendo 64 0 659 1277 1118 2025-04-20T19:06:48Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo 64 With Controller.png|Manufacturer=Nintendo|Generation=5th|Release Date=JP: Jun 23 1996<br>NA: Sep 29, 1996<br>EU/AU: Mar 1 1997|Discontinued=Apr 30 2002|Type=Home console|Launch MSRP=US$199|Units Sold=32.93 million|Maximum Resolution=480i|Input Devices=Nintendo 64 Controller, Nintendo 64 Mouse, Voice Recognition Unit,|Ports=4x Nintendo 64 Controller Ports, Nintendo AV Cable, Nintendo 64 Power Adapter|Wiki=https://en.wikipedia.org/wiki/Nintendo_64|Predecessor=[[SNES]]|Successor=[[GameCube]]|RAM Size=4MB (8MB with [[Expansion Pak]])}}The Nintendo 64 is a home console released in 1996 by [[Nintendo]]. It's one of the earliest consumer video game consoles capable of 3d graphics, and the first home console to feature a true analog stick. The controller has been considered obtuse in retrospect, but it was groundbreaking for the time and games designed for it still play very well. Despite Nintendo's prior dominance in the home console market, the N64 sold wildly less units than Sony's [[PlayStation]]. This is often attributed to the decision to use cartridge based games, which were more expensive to produce and smaller in storage size than [[CD|CDs]] on the PlayStation. __TOC__ == Controller == [[File:N64 Controller In Hands.jpg|alt=The N64 controller, in it's most common usage|left|thumb|The N64 controller, in it's most common usage]] The N64 controller has a start button, six face buttons, three triggers, and an analog stick. It's designed to be held in one of three ways, depending on the game. If the player holds the right and left handles, this gives them access to the D-Pad, face buttons, and L/R bumpers. This is intended to emulate a [[SNES]] controller, and partially exists as a fallback in case 3D games didn't turn out to be successful. As such, very few games use this layout, such as [[Kirby 64: The Crystal Shards]]. If the player holds the center and right handles, it gives them access to the control stick, face buttons, Z, and R. This layout is designed for 3D games, and is therefore one of the most popular layouts, used in nearly all games. If the player holds the left and center handles, this gives them access to the D-Pad, control stick, and L bumper, but none of the face buttons. This layout was used by some [[First-Person shooter]] games on the system, such as and [[Doom 64]]. Some games on the system, such as [[Goldeneye 007]] and [[Perfect Dark]] also allow the usage of two controllers at once, to emulate a more modern dual stick setup. == See also: == * [[:Category:Games released on Nintendo 64]] [[Category:Platforms]] 3fbb786662e28026f7451b48fb7d4cbd580484b6 Nintendo Switch 0 471 1279 707 2025-04-20T19:06:56Z Lise04 438850 wikitext text/x-wiki {{Stub}} {{Hardware Info|image=Nintendo Switch Console Docked With Joycon Grip.jpg|Manufacturer=Nintendo|Generation=8th|Release Date=Mar 3 2017|Type=Hybrid console|Launch MSRP=US$299.99/¥29,980/€329.99|Units Sold=150.86 Million (as of Dec 31 2024)|Maximum Resolution=1080p|Input Devices=Joy-con, Nintendo Switch Pro Controller, Touchscreen, GameCube Controller (with adapter), USB Keyboard, USB Mouse|Storage Size=32GB|Ports=Tablet: USB-C, Headphone jack<br>Dock: 3x USB 2.0, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch|Wireless Connectivity=WiFi, Bluetooth, Proprietary local communication|Predecessor=[[Wii U]], [[Nintendo 3DS]]|Successor=[[Nintendo Switch 2]]}} The '''Nintendo Switch''' is a hybrid console released by [[Nintendo]] in 2017. It's main gimmick is the hybrid form-factor, allowing the player to seamlessly remove the console from the TV dock to play in handheld mode, or dock the system and remove the [[Joy-con]] controllers to play on a TV. == See also: == * [[:Category:Games released on Nintendo Switch]] [[Category:Platforms]] 43639bb2e47e41324bd0dfcac95b7b83a5daf670 Nintendo Switch 2 0 473 1280 706 2025-04-20T19:07:00Z Lise04 438850 wikitext text/x-wiki {{Stub}}{{Hardware Info|image=Nintendo Switch 2 Console With Joycon.png|Manufacturer=Nintendo|Generation=9th|Release Date=Jun 5 2025|Type=Hybrid console|Launch MSRP=US$449.99/€469.99/¥49,980|Maximum Resolution=4k|Input Devices=Joy-Con, Joy-Con 2, Nintendo Switch Pro Controller, Nintendo Switch 2 Pro Controller, Touchscreen|Storage Size=256GB|Ports=Tablet: 2x USB-C, Headphone jack<br>Dock: 2x USB 2.0, Ethernet, HDMI|Wiki=https://en.wikipedia.org/wiki/Nintendo_Switch_2|Wireless Connectivity=WiFi, Bluetooth, Proprietary local wireless|Predecessor=[[Nintendo Switch]]}} The '''Nintendo Switch 2''' is an upcoming hybrid console manufactured by [[Nintendo]]. It's primarily a technical upgrade to the [[Nintendo Switch|original]], but it features some new gimmicks such as [[Mouse]] sensors inside the [[Joy-Con 2]] controllers. == See also: == * [[:Category:Games released on Nintendo Switch 2]] [[Category:Platforms]] 077ef18435aadc994564c0c204002634e9574cf3 Super Nintendo Entertainment System 0 690 1281 1271 2025-04-20T19:07:05Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=SNES Console With Controller.jpg|Manufacturer=Nintendo|Generation=4th|Release Date=JP: Nov 21 1990<br> NA: Aug 23 1991<br> UK: April 11 1992<br> EU: Jun 1992|Discontinued=NA: 1999<br>JP:Sep 25 2003|Type=Home console|Launch MSRP=US$199/¥25,000|Units Sold=49.10 million|Maximum Resolution=448i|Input Devices=SNES Controller, SNES Mouse, Super Scope|Ports=2x SNES Controller, Nintendo AV Cable, RF out, SNES Power Adapter|Wiki=https://en.wikipedia.org/wiki/Super_Nintendo_Entertainment_System|Predecessor=[[NES]]|Successor=[[Nintendo 64]]|RAM Size=128k work RAM, 64k video RAM, 64k audio RAM.}}The '''Super Nintendo Entertainment System''' (often referred to as '''SNES''' or '''Super Nintendo''') is the second major home console produced by [[Nintendo]]. In Japan, it is called the '''Super Famicom''' ('''SFC'''). It was a wild success, being the highest selling console of the 16 bit era, beating out competitors like the [[Sega Genesis]] and [[TurboGrafx-16]]. [[Category:Platforms]] 0c6d6fdfb862b0a6f0c5d5acc38070f2db3ea176 Wii 0 684 1282 1265 2025-04-20T19:07:10Z Lise04 438850 wikitext text/x-wiki {{stub}}{{Hardware Info|image=Wii Console With Wii Remote.png|Manufacturer=Nintendo|Generation=7th|Release Date=NA: Nov 19 2006<br>JP: Dec 2 2006<br>EU: Dec 8 2006|Discontinued=Oct 20 2013|Type=Home console|Launch MSRP=US$249.99/€249.99/¥25,000|Units Sold=101.63 million|Maximum Resolution=480p|Input Devices=Wii Remote, GameCube Controller, USB Keyboard, Nintendo DS, Wii Balance Board|Storage Size=512MiB (4096 "Blocks")|Ports=2x USB 2.0, SD Card, 4x GameCube Controller, 2x GameCube Memory Card, Wii Sensor Bar, Wii Video Cable, Wii Power Adapter|Wiki=https://en.wikipedia.org/wiki/Wii|Wireless Connectivity=WiFi, Bluetooth|Predecessor=[[GameCube]]|Successor=[[Wii U]]|RAM Size=88MB}}The '''Wii''' is a home console released in 2006 by [[Nintendo]]. It's main gimmick is the motion control available inside the Wii Remotes. It was Nintendo's highest performing home console until the [[Nintendo Switch]], due to it's low price compared to competitors, and family appeal. == See also: == [[:Category:List of games released on Wii]] [[Category:Platforms]] 6ce5381223a12d1225a8f90f96a68f411fa814dd Doom 64 0 478 1283 892 2025-04-20T19:08:27Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. All options screens in this game have a button to return that page to default. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === [[File:Doom 64 Control Stick.png|alt=Control Stick settings|thumb|Control Stick settings]] {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider is smooth and has unlabeled values. The lowest value on the slider is the default, and feels as such. The high end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. == Display == Doom 64 is quite a visually dark game, especially on CRT monitors of the era, so the '''Brightness''' slider is a very welcome feature. It defaults to the minimum, but even at maximum the game is not overly bright. '''Center Display''' lets the player adjust where the game screen is rendered, in case their particular TV has an aggressive overscan. '''Messages''' lets the player toggle the text based notifications that pop up whenever the player collects an item, finds a secret, etc. '''Status Bar''' toggles the [[HUD]] on the bottom of the screen, which shows the player's health, armor, and ammunition. [[File:Doom 64 Display.png|alt=Display settings|thumb|Display settings]] == Password == '''Doom 64''' is one of the few [[Nintendo 64|N64]] games to support both [[Password Saves|password based saves]], and typical save files stored to the [[Controller Pak]]. If the game is opened without a Controller Pak installed, a message is displayed warning the user about the inability to save, but does not mention the ability to use passwords. If the player selects the Password option with a Controller Pak installed, they'll be taken to a screen to manage and select between 16 different save slots. If the player presses Start, they'll be taken to the Password entry screen (the game skips straight here without a Controller Pak). This is where the player can enter the Password given at the end of each level, to load their game.<gallery widths="280" heights="200"> File:Doom 64 No Save.png|The screen shown if a Controller Pak isn't installed File:Doom 64 Controller Pak.png|Save management File:Doom 64 Password.png|Password Entry File:Doom 64 Map Finished.png|Map finished </gallery> [[Category:Platforms]] e2d06b4a31e4e477055c9db21c19dcddb6f04010 1284 1283 2025-04-20T19:08:49Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. All options screens in this game have a button to return that page to default. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === [[File:Doom 64 Control Stick.png|alt=Control Stick settings|thumb|Control Stick settings]] {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider is smooth and has unlabeled values. The lowest value on the slider is the default, and feels as such. The high end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. == Display == Doom 64 is quite a visually dark game, especially on CRT monitors of the era, so the '''Brightness''' slider is a very welcome feature. It defaults to the minimum, but even at maximum the game is not overly bright. '''Center Display''' lets the player adjust where the game screen is rendered, in case their particular TV has an aggressive overscan. '''Messages''' lets the player toggle the text based notifications that pop up whenever the player collects an item, finds a secret, etc. '''Status Bar''' toggles the [[HUD]] on the bottom of the screen, which shows the player's health, armor, and ammunition. [[File:Doom 64 Display.png|alt=Display settings|thumb|Display settings]] == Password == '''Doom 64''' is one of the few [[Nintendo 64|N64]] games to support both [[Password Saves|password based saves]], and typical save files stored to the [[Controller Pak]]. If the game is opened without a Controller Pak installed, a message is displayed warning the user about the inability to save, but does not mention the ability to use passwords. If the player selects the Password option with a Controller Pak installed, they'll be taken to a screen to manage and select between 16 different save slots. If the player presses Start, they'll be taken to the Password entry screen (the game skips straight here without a Controller Pak). This is where the player can enter the Password given at the end of each level, to load their game.<gallery widths="280" heights="200"> File:Doom 64 No Save.png|The screen shown if a Controller Pak isn't installed File:Doom 64 Controller Pak.png|Save management File:Doom 64 Password.png|Password Entry File:Doom 64 Map Finished.png|Map finished </gallery> [[Category:List of Games]] 973b2e9e4466e4607bd61df7b25698ef8bb0dfb2 1288 1284 2025-04-20T19:09:28Z Lise04 438850 wikitext text/x-wiki {{Distinguish|Doom 64 (2020)}}{{Game infobox|image=Doom 64 Boxart.jpg|Developer=Midway|Publisher=Midway|Platform=Nintendo 64|Release Date=Dec 2 1997|Genre=First-Person Shooter|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: M<BR>BBFC: 15|Resolution=640x480{{Citation Needed}}|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://doomwiki.org/wiki/Doom_64|Series=Doom|Predecessor=[[Doom (PS1)]]|Successor=[[Doom 3]]}} '''Doom 64''' is a first-person shooter for the [[Nintendo 64]], developed by [[Midway]] in cooperation with [[Id Software]]. Despite what may be expected by the name, it is a wholly unique entry in the Doom franchise, taking place between [[Doom II]] and [[Doom 3]]. All options screens in this game have a button to return that page to default. __TOC__ == Controls == === Control Pad === The game has five default presets the player can select from, or the player can freely customize the bindings. {| class="wikitable" |+Control Templates ! !Default: 1 !Default: 2 !Default: 3 !Default: 4 !Default: 5 |- |Right |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |- |Left |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |- |Forward |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|Dpad_Up}} |- |Backward |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |{{Button|N64|Dpad_Down}} |- |Attack |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|Z}} |{{Button|N64|A}} |- |Use |{{Button|N64|C_Right}} |{{Button|N64|C_Right}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Right}} |- |Map |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |{{Button|N64|Dpad_Up}} |{{Button|N64|C_Up}} |{{Button|N64|C_Up}} |- |Speed |{{Button|N64|C_Left}} |{{Button|N64|R}} |{{Button|N64|R}} |{{Button|N64|L}} |{{Button|N64|C_Down}} |- |Strafe On |{{Button|N64|C_Down}} |{{Button|N64|L}} |{{Button|N64|Dpad_Down}} |{{Button|N64|C_Down}} |{{Button|N64|Z}} |- |Strafe Left |{{Button|N64|L}} |{{Button|N64|A}} |{{Button|N64|C_Left}} |{{Button|N64|Dpad_Left}} |{{Button|N64|L}} |- |Strafe Right |{{Button|N64|R}} |{{Button|N64|C_Down}} |{{Button|N64|C_Right}} |{{Button|N64|Dpad_Right}} |{{Button|N64|R}} |- |Weapon Backward |{{Button|N64|A}} |{{Button|N64|B}} |{{Button|N64|A}} |{{Button|N64|A}} |{{Button|N64|B}} |- |Weapon Forward |{{Button|N64|B}} |{{Button|N64|C_Left}} |{{Button|N64|B}} |{{Button|N64|B}} |{{Button|N64|C_Left}} |} [[File:Doom 64 N64 Settings.png|alt=The main settings screen|thumb|The main settings screen]] <gallery widths="320" heights="240"> File:Doom 64 Control Pad 1.png|The first section of the control settings File:Doom 64 Control Pad 2.png|And the second File:Doom 64 Control pad 3.png|And the third </gallery> === Control Stick === [[File:Doom 64 Control Stick.png|alt=Control Stick settings|thumb|Control Stick settings]] {{Button|N64|Stick_Left}}and{{Button|N64|Stick_Right}}are bound to moving the camera, with {{Button|N64|Stick_Up}}and {{Button|N64|Stick_Down}}bound to forward and backward movement. These are unchangeable, however the sensitivity can be adjusted. The sensitivity slider is smooth and has unlabeled values. The lowest value on the slider is the default, and feels as such. The high end of the slider results in the camera spinning multiple times per second at maximum speed. == Volume == There are two smooth independent sliders for music and sound effects. Both sliders default to approximately 75% volume. == Display == Doom 64 is quite a visually dark game, especially on CRT monitors of the era, so the '''Brightness''' slider is a very welcome feature. It defaults to the minimum, but even at maximum the game is not overly bright. '''Center Display''' lets the player adjust where the game screen is rendered, in case their particular TV has an aggressive overscan. '''Messages''' lets the player toggle the text based notifications that pop up whenever the player collects an item, finds a secret, etc. '''Status Bar''' toggles the [[HUD]] on the bottom of the screen, which shows the player's health, armor, and ammunition. [[File:Doom 64 Display.png|alt=Display settings|thumb|Display settings]] == Password == '''Doom 64''' is one of the few [[Nintendo 64|N64]] games to support both [[Password Saves|password based saves]], and typical save files stored to the [[Controller Pak]]. If the game is opened without a Controller Pak installed, a message is displayed warning the user about the inability to save, but does not mention the ability to use passwords. If the player selects the Password option with a Controller Pak installed, they'll be taken to a screen to manage and select between 16 different save slots. If the player presses Start, they'll be taken to the Password entry screen (the game skips straight here without a Controller Pak). This is where the player can enter the Password given at the end of each level, to load their game.<gallery widths="280" heights="200"> File:Doom 64 No Save.png|The screen shown if a Controller Pak isn't installed File:Doom 64 Controller Pak.png|Save management File:Doom 64 Password.png|Password Entry File:Doom 64 Map Finished.png|Map finished </gallery> [[Category:Games]] 62fb74621dd869f2eb19c150734b0923789bd7ea Splatoon 0 283 1285 1251 2025-04-20T19:08:56Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon|Successor=[[Splatoon 2]]}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|WiiU|Left_Stick}} |Move Player | - |- |{{Button|WiiU|Right_Stick}} |Aim | - |- |{{Button|WiiU|Right_Stick_Top}} |Activate Special | - |- |{{Button|WiiU|Dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|WiiU|ZL}} |Squid form | - |- |{{Button|WiiU|ZR}} |Main Weapon |Zoom (Lobby) |- |{{Button|WiiU|R}} |Sub Weapon | - |- |{{Button|WiiU|X}} |Jump |Hide reticle (while zooming) |- |{{Button|WiiU|Y}} |Reset View | - |- |{{Button|WiiU|Gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> [[Category:List of Games]] b881e10753399beeefe0b8050c2af9f08e37a815 1289 1285 2025-04-20T19:09:35Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon Wii U Boxart.jpg|Developer=Nintendo|Publisher=Nintendo|Platform=Wii U|Release Date=JP: 28 May 2015<br>NA & EU: 29 May 2015<br>AU: 30 May 2015|Genre=Third-Person Shooter|Modes=Singleplayer, Local Multiplayer, Online Multiplayer|Format=Optical Disc, Digital Download|Age Rating=JP: All Ages<br>EU: 7+<br>NA: Everyone 10+ <br>AU: Parental Guidance|Resolution=720p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Yes|Wiki=https://splatoonwiki.org/wiki/Splatoon|Series=Splatoon|Successor=[[Splatoon 2]]}} '''Splatoon''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Wii U]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with local multiplayer and a singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 2|sequel]] was released for the [[Nintendo Switch]] in 2017. __TOC__ == Controls == {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|WiiU|Left_Stick}} |Move Player | - |- |{{Button|WiiU|Right_Stick}} |Aim | - |- |{{Button|WiiU|Right_Stick_Top}} |Activate Special | - |- |{{Button|WiiU|Dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|WiiU|ZL}} |Squid form | - |- |{{Button|WiiU|ZR}} |Main Weapon |Zoom (Lobby) |- |{{Button|WiiU|R}} |Sub Weapon | - |- |{{Button|WiiU|X}} |Jump |Hide reticle (while zooming) |- |{{Button|WiiU|Y}} |Reset View | - |- |{{Button|WiiU|Gamepad}} |Gyroscopic Aim | - |- |{{Button|Touch|tap}} |Superjump |Menus |} <gallery widths="320" heights="180"> File:Splatoon prima guide inputs.png|Input Graphic File:Splatoon gamepad.jpg|Gamepad view </gallery> == Character Creator == Upon initial boot of the game, or by selecting the Inkling option, the player is given the ability to customize their player Inkling. The following can be adjusted: * '''Gender''': (Girl or Boy) * '''Skin tone''': (roughly #e3d9d0, #e0d2bf, #e1ccaf, #cea581, #b17951, #7f4723, #542b16) * '''Eye color''': (roughly #2e2e26, #744c4a, #c31fab, #d58b12, #d7be49, #2f8b75, #243cc7) <gallery widths="320" heights="180"> File:Splatoon Gender.png|Gender select File:Splatoon Skin Tone.png|Skin Tone select File:Splatoon Eye Color.png|Eye Color select </gallery> == Main Settings == [[File:Splatoon Main Settings.png|right|thumb|Main Settings page]] * '''Camera Sensitivity''': How fast the camera will move. Ranges from -5 to +5. Defaults to -1. * '''Y-axis''': Whether or not the Y-axis of the right stick should be inverted. Default setting is disabled, due to the default usage of [[gyro aim]]. * '''X-axis''': Whether or not the X-axis of the right stick should be inverted. Default setting is Normal. * '''Motion Controls''': Whether or not to use [[gyro aim]]. Defaults to On. * '''Color Lock''': Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer |- |Player |Blue (#2e0cb5) |Yellow (#fbd704) |- |Enemy |Orange (#f86300) |Dark Fuchsia (#8c0c7f) |} * '''Inkling''': Re-triggers the character creator. * '''Miiverse Display''': Whether or not [[Miiverse]] posts should be shown. Defaults to Show. == Private Battles == The player can host Private Battles, which allow 2-8 friends to play a custom match. A 4 digit password can be set, to prevent uninvited friends from joining the lobby. * '''Mode''': Pick between any gamemode. Turf War, Splat Zones, Tower Control, and Rainmaker are all available. * Stage: Pick between any of the game's 16 stages. Random is also an option. <gallery widths="320" heights="180"> File:Splatoon Private Battle PIN.png|Create a private battle File:Splatoon PIN entry.png|Enter Password File:Splatoon Private Battle.png|Private battle screen </gallery> [[Category:Games]] 6919641d449d2158dff736a08aa84a8081ba1bb8 Splatoon 2 0 302 1286 1113 2025-04-20T19:09:11Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Splatoon 2 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo Switch|Release Date=WW: 21 July 2017<br>TW: 1 December 2017<br>KR: 2 May 2019|Genre=Third-Person Shooter|Modes=Singleplayer, Online Multiplayer, LAN Multiplayer|Format=Cartridge, Digital download|Age Rating=ESRB: E10+<br>CERO: All Ages<br>PEGI: 7+|Resolution=864p-1080p Docked, 648p-720p Handheld <ref>Digital Foundry https://youtu.be/Fg9ptMnVJmI?t=99</ref>|[[Digital Inputs]] Used=15|[[Analog Inputs]] Used=4|[[Gimmicks]]?=Optional|Store Page=https://www.nintendo.com/us/store/products/splatoon-2-switch/|Wiki=https://splatoonwiki.org/wiki/Splatoon_2|Series=Splatoon}} '''Splatoon 2''' is a third-person shooter game developed and published by [[Nintendo]] for the [[Nintendo Switch]], and is a sequel to [[Splatoon]]. Set in a light-hearted far future post apocalypse, the main gameplay is competitive online multiplayer matches against human opponents, with a cooperative gamemode against NPC enemies and singleplayer campaign available as well. The Splatoon franchise is often credited with popularizing [[gyro aim]] in modern games. A [[Splatoon 3|sequel]] was released in 2022. __TOC__ == Controls == [[File:Splatoon 2 pro controller.png|left|thumb|281x281px|Switch Pro Controller]] {| class="wikitable" |+ ! !Primary !Secondary |- |{{Button|Switch|stick_l}} |Move player | - |- |{{Button|Switch|stick_r}} |Aim |Move map cursor |- |{{Button|Switch|stick_r_press}} |Activate Special | - |- |{{Button|Switch|dpad}} |Signal Teammates |Change sub weapon (Story Mode) |- |{{Button|Switch|zl}} |Squid form |Hide cursor (Lobby) |- |{{Button|Switch|zr}} |Main weapon |Zoom (Lobby) |- |{{Button|Switch|r}} |Sub weapon | - |- |{{Button|Switch|b}} |Jump | - |- |{{Button|Switch|y}} |Reset view | - |- |{{Button|Switch|x}} |Open map | - |- |{{Button|Switch|joycon_right_rotate}} |Gyro aim |Move map cursor |} == Character Creator == Upon initial boot of the game, or by selecting the Player settings option, the player is given the ability to customize their player Inkling. The following customization options are available: * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Hippie, Haircut, Double-Bun, Wave, Pigtail, Banger for Girls, Topknot, Slick, Buzz-Cut, Hipster, Spiky-Haired, Mush-Cut for boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 Gender Select.png|Genders File:Splatoon 2 Skin Tone Select.png|Skin Tones File:Splatoon 2 Eye Color Select.png|Eye Color File:Splatoon 2 Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Girl Legware Select.png|Girl Legwear File:Splatoon 2 Legware Select Boy.png|Boy Legwear </gallery> === Octo Expansion === The Octo Expansion DLC has it's own character creator, with more limited options. Once you complete the expansion, you unlock the ability to play as an Octoling in the main game * Gender (Girl or Boy) * Skin Tone (roughly #ffd3bd, #f4ad92, #f2b160, #a67347, #70380c, #402411, #160f0c) * Eye color (roughly #1617a3, #0d9063, #c1a703, #ca8703, #952031, #b8238e, #9647d2, #171614, #989b9f, #40666d, #657529, #615435, #542e33, #3b435f) * Hairstyle (Tentacurl and Pony for Girls, Punk and Afro for Boys) * Legwear (5 options each) <gallery widths="320" heights="180"> File:Splatoon 2 OE Gender Select.png|Gender File:Splatoon 2 OE Skin Tone Select.png|Skin Tone File:Splatoon 2 OE Girl Hairstyle Select.png|Girl Hairstyles File:Splatoon 2 OE Boy Hairstyle Select.png|Boy Hairstyles File:Splatoon 2 Gender Species Select.png|Gender and Species </gallery> == Main Options == === Controls === [[File:Splatoon 2 Main Settings.png|alt=Main settings|thumb|Main settings]] [[File:Splatoon 2 Other Options.png|alt=Other options|thumb|Other options]] Can be set independently between TV/Tabletop and Handheld mode. * '''Motion Control Sensitivity''': How fast the camera will move when using gyro controls. Ranges from -5 to 5. Defaults to -1 * '''Right Stick Sensitivity''': How fast the camera will move when pressing the Right Stick. Ranges from -5 to 5. Defaults to -1. * '''Y-axis''':Whether or not the Y-axis of the right stick is inverted. Default setting is disabled, due to the default usage of [[Gyro Aim|gyro aim]]. * X-axis: Whether or not the X-axis of the right stick is inverted. Default setting is Normal * Motion Controls: Whether or not to use [[gyro aim]]. Defaults to On === Other === * Color Lock: Locks the different ink colors throughout the game to specific pre-chosen colors, to help avoid potential confusion. {| class="wikitable" |+Color Lock Ink colors ! !Online !Singleplayer !Splatfest !Salmon Run !Octo Expansion |- |Player |Yellow (#dea801) |Yellow (#e1c905) |Purple (#4e10bc) |Blue (#241395) |Pink (#a7007a) |- |Enemy |Dark Purple (#4717a9) |Magenta (#b800a6) |Green (#7eb915) |Dark Green (#01410f) |Turquoise (#009f7f) |} * Post Display: Whether or not to show image post's from the game's built-in drawing function. Defaults to On * Player settings: Re-triggers the character creator == Private Battles == The player can host Private Battles, which allow 2-8 friends to play together, with up to 2 spectators watching the game. * '''Voice Chat''': Whether or not [[Voice Chat]] via the Nintendo Switch companion app should be allowed. Defaults to ON. * '''Set password''': Whether or not the lobby should be locked behind a 4 digit PIN. Defaults to none. * '''Mode''': Pick between any gamemode. Turf War, Turf War (Splatfest), Splat Zones, Tower Control, Rainmaker, and Clam Blitz are all available. * '''Stage''': Pick between any of the stages in the game, that are compatible with the selected mode, including random. * '''Ink Colors''' (Turf War (Splatfest) only): Pick between any ink color combinations from any past Splatfest, including random. * '''Random ON/OFF''': Strikes specific ink colors from being potentially selected by random * '''No Secondary Abilities''': Toggles whether the secondary abilities on any given piece of gear have an effect. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 Private Battle Creation.png|Lobby Creation File:Splatoon 2 PIN Entry.png|PIN Entry File:Splatoon 2 Private Battle.png|Main Screen File:Splatoon 2 More Settings.png|More Settings File:Splatoon 2 Private Battle Stage Select.png|Stage Select File:Splatoon 2 Private Battle Ink Select.png|Ink Select </gallery> === The Shoal === '''The Shoal''' is Splatoon 2's LAN mode, available over either a standard wired LAN connection, or the console's own local wireless system. LAN play is almost the same as the standard Private Battles, with a few more options catered to in-person competitive events, and the ability to host a Salmon Run lobby * '''Use amiibo Gear''': Allows players to instantly load saved gear loadouts from an [[Amiibo]]. Defaults to OFF. * '''Use amiibo User Name''': Allows players to use the name saved to an Amiibo. Defaults to OFF. * '''Reset Options Every Match''': Resets any player-specific options that may have been changed after each match. Defaults to OFF. <gallery widths="320" heights="180"> File:Splatoon 2 The Shoal.png|The Shoal File:Splatoon 2 The Shoal More Settings.png|More Settings </gallery> === Salmon Run === [[File:Splatoon 2 The Shoal Salmon Run.png|alt=Salmon Run|thumb|Salmon Run]] '''Salmon Run''' is a co-op wave defense mode in Splatoon 2. It's available online at scheduled times, mirroring real life shift work. The LAN version is available anytime in The Shoal, and has more customization options, including the ability to select any weapon you'd like. * '''Stage''': Select any of the game's 5 stages, including random * '''Hazard Level''': Change the difficulty, from 10% to 200%. The different difficulties are put in named brackets: ** '''Apprentice''': 5-15% ** '''Part-Timer''': 20-35% ** '''Go-Getter''': 40-55% ** '''Overachiever''': 60-75% ** '''Profreshional''': 80-200% <references /> [[Category:Games]] c8777fe03f7c8d0d159a14c0943518a476e72d3b Super Mario 64 0 661 1287 1137 2025-04-20T19:09:16Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why new lines are appearing like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] a898d7f228017244f33f7730cb5423e7195c77b9 MediaWiki:Sidebar 8 279 1290 1142 2025-04-20T19:09:52Z Lise04 438850 wikitext text/x-wiki * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** Special:Random/file|Random file ** helppage|help-mediawiki ** Category:Platforms|Platforms ** Category:Games|List of Games * search ** Special:Search|Search page ** List of Tags|List of Tags ** Special:Categories|List of Categories * TOOLBOX * LANGUAGES 281313526e331d7f9de4ea56e7e36533bcd61153 Category:Games 14 695 1291 2025-04-20T19:10:08Z Lise04 438850 Created page with "This is a list of all the games cataloged on this wiki." wikitext text/x-wiki This is a list of all the games cataloged on this wiki. 8cd7beae7d9f73ccacd9b702b1e5daacf929ec58 Help:Style guide 12 682 1292 1255 2025-04-20T19:11:01Z Lise04 438850 Lise04 renamed page [[Documentation/Style guide]] to [[Help:Style guide]] without leaving a redirect wikitext text/x-wiki === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. * Try to use the official names for things wherever possible. I don't care if every normal person on the planet (including myself) calls it a wiimote, the official name is Wii Remote. 752f29447b138bb585f63814307fba6783688379 1294 1292 2025-04-20T19:12:25Z Lise04 438850 wikitext text/x-wiki === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * If you need to get a handle on things, feel free to use your sandbox. It's located at User:YourName/Sandbox * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. * Try to use the official names for things wherever possible. I don't care if every normal person on the planet (including myself) calls it a wiimote, the official name is Wii Remote. ca74a6c708c18eb28674afcdf9a0f3aab63d55c4 1314 1294 2025-04-20T21:23:00Z Lise04 438850 wikitext text/x-wiki {{stub}} === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * If you need to get a handle on things, feel free to use your sandbox. It's located at User:YourName/Sandbox * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor scailing|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. * Try to use the official names for things wherever possible. I don't care if every normal person on the planet (including myself) calls it a wiimote, the official name is Wii Remote. 202436987d69ea768ae921731238372fc34e2d48 1315 1314 2025-04-20T21:25:25Z Lise04 438850 wikitext text/x-wiki {{stub}} === [WIP page, i have no clue how to write this sort of thing] === * Stick to [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style typical wiki styling], but it's okay to be a little less formal with the tone. * If you need to get a handle on things, feel free to use your sandbox. It's located at User:YourName/Sandbox * Use screenshots of games where possible, an image is worth a thousand words. ** While emulators can be very useful, try to get screenshots as accurate as possible to the original hardware. [[Nearest neighbor|Nearest neighbor]] upscaling is fine, but try to keep the original resolution native. ** Lots of modern consoles have built in screenshot options, but if you have access to the proper hardware, a native resolution screenshot from the raw output via a capture card is ideal. Most consoles will take screenshots at a notably lower resolution (eg, switch screenshots are always 720p, even though the console is capable of higher when docked). ** If you don't have access to the proper hardware, feel free to ask around for someone else to upload the file. * Use [[Template:Button]] whenever referring to a game input. If the hardware you need to refer to isn't uploaded yet, let [[User:Lise04|me]] know, and then just write it out until i can get it uploaded. I suppose there's nothing stopping you from uploading the icons yourself, but make sure they follow the correct naming scheme, are categorized correctly, and have proper licensure/credit. * Try to use the official names for things wherever possible. I don't care if every normal person on the planet (including myself) calls it a wiimote, the official name is Wii Remote. 36b20a249a08d79a703b1d57c4df0ea52c806a0c About The Video Game Settings Wiki 0 280 1293 1147 2025-04-20T19:11:19Z Lise04 438850 wikitext text/x-wiki This whole wiki, including this page, is still '''''VERY''''' work in progress, but I'm glad you think my wiki is important enough to check out! I'm trying to catalog and document the controls, settings, and other configuration options of as many games and systems as possible. The closest comparison is probably [https://www.pcgamingwiki.com/wiki/Home The PC Gaming Wiki]. If you own any games/platforms that haven't been documented yet, or who's pages are only stubs, feel free to add them! It's not too hard, and you'll be helping untold numbers of other players down the road. To get started, check out the [[Help:Style_guide|Style guide]], or just check out some of the existing articles. If you know more about mediawiki stuff than [[User:Lise04|me]], don't be afraid to provide suggestions on deeper changes to this wiki that could be made 732d2ce270103aa34098c8e398e68fa621b4b9a3 Todo List 0 298 1295 1138 2025-04-20T19:17:07Z Lise04 438850 wikitext text/x-wiki This is a non complete list of pages that should be made, or changes that should be done * Fix up <nowiki>{{Button}}</nowiki> to behave more like it does on [https://www.mariowiki.com/Template:Button the mario wiki] * Figure out or find an existing system for describing color options in character creators (see [[splatoon 2]]). im thinking something like how [https://splatoonwiki.org/wiki/Splatfest inkipedia does in-line ink colors], but im not sure if those are hardcoded, or dynamic * Fix themeing and in general make it look less generic 435462d120f10dc2a0e3682b4dfce5917bad8acc User:Lise04/Sandbox 2 697 1297 2025-04-20T19:37:13Z Lise04 438850 Created page with "=== [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the..." wikitext text/x-wiki === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. When creating a new page, there'll be some buttons to preload with a specific template, depending on your type of article. Just press one of those, and you're off to the races! 9fb0014e9f84ec707082693998ab6d4636ca4694 1301 1297 2025-04-20T19:54:45Z Lise04 438850 Replaced content with "{{Game infobox|image=Example Boxart.jpg}}" wikitext text/x-wiki {{Game infobox|image=Example Boxart.jpg}} 150dfe7f738d7702e450b730ded42ca28750acc7 1303 1301 2025-04-20T20:33:48Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Example Boxart.jpg}}'''Super Awesome Man Guy 64''' is an example game for the purposes of this wiki. It was released for the Pisscube in 2007. Set in a whimsical fantasy land of talking plungers and enemy toilets, the player character Super Man Guy must run and jump his way through the lands to rescue the president of the united states of america.<!-- Press on the box art to my right, then Edit, to adjust the information inside the game's infobox. most of the fields should be self explanatory, but if you're confused you can check how other pages do it --><!-- a table of contents is usually automatically generated once a page gets large enough, but if MediaWiki doesn't do that, then you can add one manually by going to the Source editor, and typing __TOC__ wherever you want it to go (usually around where this comment is) --> == Controls == [[File:Splatoon prima guide inputs.png|left|thumb|This was just the only tangentially related image on here]]<!-- You can insert a lot of custom things with the insert button up at the top of your screen. Images and galleries are pretty self explanatory, and so are tables. but things like these buttons in the controls table are custom Templates. After pressing Template on the insert menu, you can search for things like Button, Game Infobox, stub, etc. --> {| class="wikitable" |+Main controls !Input !Primary !Secondary !Menus |- |{{Button|GCN|Left_Stick}} |Move | - |Move selection |- |{{Button|GCN|A}} |Jump |Flap your arms |Select |- |{{Button|GCN|B}} |Punch |Kick |Cancel |- |{{Button|GCN|C_Stick}} |Move camera | - |Spin 3d models |- |{{Button|GCN|Start}} | - | - |Pause game |} == Character Creator == Upon booting up the game, the player is presented with the ability to fully customize Super Man Guy's appearance, including: * Species (Human, Cat furry, Dog furry, Lizard scaly, Magical flying pony) * Skin color (Full RGB wheel) * Clothing (3 premade outfits, with more unlocked throughout the game) <gallery widths="320" heights="240"> File:Splatoon Gender.png|You should get plenty of screenshots from your game File:Splatoon Eye Color.png|And insert whatever's relevant to that section </gallery> == Main options == [[File:Doom 64 N64 Settings.png|thumb|Don't forget to show the reader what the options pages look like]] === Video options === * '''Aspect ratio''': select between 4:3 and 16:9. The Pisscube doesn't natively support widescreen resolutions, so it's relying on your TV to stretch the image out. * '''Brightness''': 10 notched segments, defaults in the middle. * '''HUD positioning''': Adjust the safe zone, to account for any overscan your TV may have. === Audio options === * '''Music volume''': Adjust the music volume, on a smooth slider. Defaults to 50%. * '''Sound effects''': Adjust the volume of everything else in the game, on a smooth slider. Defaults to 50%. * '''Captions''': Turns captions on or off. Despite the name, they're actually just subtitles (only dialog). === Gameplay options === * '''Difficulty''': Adjusts the difficulty of the game ** EASY: Enemies deal 50% less damage, and the player deals 2x more damage. All shop items are also half price. ** NORMAL: No changes ** HARD: Enemies deal 200% damage, and the player deals half damage. All shop items are also twice their typical price. * '''Invert Camera''': Whether or not to invert {{Button|GCN|C_Stick}} 3e1c4cc33ea06d0e75a56949c981f1cb631478cf 1306 1303 2025-04-20T20:36:11Z Lise04 438850 Replaced content with "[[Amongus]]" wikitext text/x-wiki [[Amongus]] dfa2bfe382f0dbc4c331a44fda3dc6fa695449c5 Help:Getting Started 12 698 1298 2025-04-20T19:37:46Z Lise04 438850 Created page with "=== [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the..." wikitext text/x-wiki === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. When creating a new page, there'll be some buttons to preload with a specific template, depending on your type of article. Just press one of those, and you're off to the races! 9fb0014e9f84ec707082693998ab6d4636ca4694 1309 1298 2025-04-20T20:38:46Z Lise04 438850 wikitext text/x-wiki === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. If you're not sure where to get started on your page, or how to do something, try checking out the [[Category:Example Pages|example pages]]! 79ec7dea33ebe12e711acfa424bc887f56042da6 1310 1309 2025-04-20T20:38:55Z Lise04 438850 wikitext text/x-wiki === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. If you're not sure where to get started on your page, or how to do something, try checking out the [[:Category:Example Pages|example pages]]! df12ca939ca5aef035d18cedd4e00e4e1aa918b3 1313 1310 2025-04-20T21:22:02Z Lise04 438850 wikitext text/x-wiki {{stub}} === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. If you're not sure where to get started on your page, or how to do something, try checking out the [[:Category:Example Pages|example pages]]! f0296dcd055c7a347c45324eb14564d22942bcbb 1324 1313 2025-04-20T22:57:36Z Lise04 438850 wikitext text/x-wiki {{stub}} === [WIP] === Wiki editing can seem a bit daunting, but it's really not that bad! You just need something you're familiar with, and a bit of free time. First, check out the [[Help:Style guide|Style guide]], alongside some existing pages on similar topics, to familiarize yourself with the wiki and what's expected of an article. Once you've picked a page to create, or an existing one to update, you can press the Edit button up there on the top, or the New page link on the sidebar. If you're not sure where to get started on your page, or how to do something, try checking out the [[:Category:Example Pages|example pages]]! If you're looking for somewhere to get started, try checking the [[Special:WantedPages|wanted pages]], a list of pages that have been linked to, but don't exist. 08e2ab51f941edd3e8f9151137c63e879b1ed1e9 Video Game Settings Wiki/pages 0 273 1299 295 2025-04-20T19:39:11Z Lise04 438850 wikitext text/x-wiki {{Main page box/start | title = Useful wiki pages | class = centered-content }} <div class="mp-links columns-2"> * {{MP link|Getting started|link=Help:Getting_Started}} * {{MP link|Random page|link=Special:Random}} * {{MP link|List of games|link=Category:Games}} * {{MP link|List of Platforms|link=Category:Platforms}} </div> {{Main page box/end}}<noinclude>[[Category:Main page boxes]]</noinclude><!-- don't edit this line --> d1a348d50d3aeffce89e0f7de5f12131077c9a1e Video Game Settings Wiki 0 269 1300 287 2025-04-20T19:53:22Z Lise04 438850 wikitext text/x-wiki <!-- Hello and welcome to wiki.gg! This page is built via our IMProved Main Page (IMP) framework. If you are familiar with CSS grid areas, that's what you're defining here! But if you don't know any CSS that's ok! 👀 RULE 1: the same keyword represents the same section & can span multiple cells 👀 RULE 2: Each box in each layout must be a CONTIGUOUS RECTANGLE of any dimensions (most likely one of: 1x1, 1x2, 2x1, 2x2, 1x3, 3x1, 3x2, 2x3) 👀 RULE 3: This page defines LAYOUT ONLY. To edit the content, please use the links provided for you after saving/previewing your page. 👀 RULE 4: If you want to RENAME or ADD a box, (1) add a new section to the grid layout below (all three breakpoints!) and then (2) save or preview this page and then (3) click "Create this box" -->{{Main page |desktop= <!-- for WIDE SCREENS --> <!-- 👀 keep this at 3 columns, but you can otherwise rearrange as desired --> welcome welcome welcome about pages pages contribute contribute contribute <!-- end WIDE SCREEN layout --> |tablet= <!-- for TABLET SCREENS --> <!-- 👀 keep this at 2 columns, but you can otherwise rearrange as desired --> welcome welcome about pages contribute contribute <!-- end TABLET SCREEN layout --> |mobile= <!-- for MOBILE DEVICES --> <!-- 👀 keep this at 1 column, but you can otherwise rearrange as desired --> welcome about pages contribute contribute <!-- end MOBILE DEVICE layout --> }} {{#description2:Welcome to the {{SITENAME}}, a collaborative wiki resource that is open for anyone to edit!}} <!-- this is a short description of your wiki, which will appear in embeds in Google search results, Discord links, etc. --> 9e8aed7db4696d2c93280d7443c046d99f4d4d50 File:GCN Start.svg 6 543 1302 847 2025-04-20T20:06:20Z Lise04 438850 Lise04 renamed page [[File:GCN Start Pause.svg]] to [[File:GCN Start.svg]] without leaving a redirect wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f MediaWiki:Newarticletext 8 48 1305 49 2025-04-20T20:35:52Z Lise04 438850 wikitext text/x-wiki You have followed a link to a page that does not exist yet. To create the page, start typing in the box below (see the [$1 help page] for more info). If you are here by mistake, click your browser's <strong>back</strong> button. {{#switch:{{NAMESPACENUMBER}} |0= * [{{fullurl:{{FULLPAGENAME}}|action=edit&preload=MediaWiki:Preloads/Game}} Insert game template] }} 18b53db24f427b71807d504de1ad7351cc169039 1307 1305 2025-04-20T20:37:13Z Lise04 438850 wikitext text/x-wiki You have followed a link to a page that does not exist yet. To create the page, start typing in the box below (see the [$1 help page] for more info). If you are here by mistake, click your browser's <strong>back</strong> button. 778f9ef242eb3058ef30ed3325b901adb762a2af Help:Example Game 12 699 1308 2025-04-20T20:37:23Z Lise04 438850 Created page with "{{Game infobox|image=Example Boxart.jpg}}'''Super Awesome Man Guy 64''' is an example game for the purposes of this wiki. It was released for the Pisscube in 2007. Set in a whimsical fantasy land of talking plungers and enemy toilets, the player character Super Man Guy must run and jump his way through the lands to rescue the president of the united states of america.<!-- Press on the box art to my right, then Edit, to adjust the information inside the game's infobox. mo..." wikitext text/x-wiki {{Game infobox|image=Example Boxart.jpg}}'''Super Awesome Man Guy 64''' is an example game for the purposes of this wiki. It was released for the Pisscube in 2007. Set in a whimsical fantasy land of talking plungers and enemy toilets, the player character Super Man Guy must run and jump his way through the lands to rescue the president of the united states of america.<!-- Press on the box art to my right, then Edit, to adjust the information inside the game's infobox. most of the fields should be self explanatory, but if you're confused you can check how other pages do it --><!-- a table of contents is usually automatically generated once a page gets large enough, but if MediaWiki doesn't do that, then you can add one manually by going to the Source editor, and typing __TOC__ wherever you want it to go (usually around where this comment is) --> == Controls == [[File:Splatoon prima guide inputs.png|left|thumb|This was just the only tangentially related image on here]]<!-- You can insert a lot of custom things with the insert button up at the top of your screen. Images and galleries are pretty self explanatory, and so are tables. but things like these buttons in the controls table are custom Templates. After pressing Template on the insert menu, you can search for things like Button, Game Infobox, stub, etc. --> {| class="wikitable" |+Main controls !Input !Primary !Secondary !Menus |- |{{Button|GCN|Left_Stick}} |Move | - |Move selection |- |{{Button|GCN|A}} |Jump |Flap your arms |Select |- |{{Button|GCN|B}} |Punch |Kick |Cancel |- |{{Button|GCN|C_Stick}} |Move camera | - |Spin 3d models |- |{{Button|GCN|Start}} | - | - |Pause game |} == Character Creator == Upon booting up the game, the player is presented with the ability to fully customize Super Man Guy's appearance, including: * Species (Human, Cat furry, Dog furry, Lizard scaly, Magical flying pony) * Skin color (Full RGB wheel) * Clothing (3 premade outfits, with more unlocked throughout the game) <gallery widths="320" heights="240"> File:Splatoon Gender.png|You should get plenty of screenshots from your game File:Splatoon Eye Color.png|And insert whatever's relevant to that section </gallery> == Main options == [[File:Doom 64 N64 Settings.png|thumb|Don't forget to show the reader what the options pages look like]] === Video options === * '''Aspect ratio''': select between 4:3 and 16:9. The Pisscube doesn't natively support widescreen resolutions, so it's relying on your TV to stretch the image out. * '''Brightness''': 10 notched segments, defaults in the middle. * '''HUD positioning''': Adjust the safe zone, to account for any overscan your TV may have. === Audio options === * '''Music volume''': Adjust the music volume, on a smooth slider. Defaults to 50%. * '''Sound effects''': Adjust the volume of everything else in the game, on a smooth slider. Defaults to 50%. * '''Captions''': Turns captions on or off. Despite the name, they're actually just subtitles (only dialog). === Gameplay options === * '''Difficulty''': Adjusts the difficulty of the game ** EASY: Enemies deal 50% less damage, and the player deals 2x more damage. All shop items are also half price. ** NORMAL: No changes ** HARD: Enemies deal 200% damage, and the player deals half damage. All shop items are also twice their typical price. * '''Invert Camera''': Whether or not to invert {{Button|GCN|C_Stick}} 3e1c4cc33ea06d0e75a56949c981f1cb631478cf 1312 1308 2025-04-20T20:42:00Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Example Boxart.jpg}}'''Super Awesome Man Guy 64''' is an example game for the purposes of this wiki. It was released for the Pisscube in 2007. Set in a whimsical fantasy land of talking plungers and enemy toilets, the player character Super Man Guy must run and jump his way through the lands to rescue the president of the united states of america.<!-- Press on the box art to my right, then Edit, to adjust the information inside the game's infobox. most of the fields should be self explanatory, but if you're confused you can check how other pages do it --><!-- a table of contents is usually automatically generated once a page gets large enough, but if MediaWiki doesn't do that, then you can add one manually by going to the Source editor, and typing __TOC__ wherever you want it to go (usually around where this comment is) --> == Controls == [[File:Splatoon prima guide inputs.png|left|thumb|This was just the only tangentially related image on here]]<!-- You can insert a lot of custom things with the insert button up at the top of your screen. Images and galleries are pretty self explanatory, and so are tables. but things like these buttons in the controls table are custom Templates. After pressing Template on the insert menu, you can search for things like Button, Game Infobox, stub, etc. --> {| class="wikitable" |+Main controls !Input !Primary !Secondary !Menus |- |{{Button|GCN|Left_Stick}} |Move | - |Move selection |- |{{Button|GCN|A}} |Jump |Flap your arms |Select |- |{{Button|GCN|B}} |Punch |Kick |Cancel |- |{{Button|GCN|C_Stick}} |Move camera | - |Spin 3d models |- |{{Button|GCN|Start}} | - | - |Pause game |} == Character Creator == Upon booting up the game, the player is presented with the ability to fully customize Super Man Guy's appearance, including: * Species (Human, Cat furry, Dog furry, Lizard scaly, Magical flying pony) * Skin color (Full RGB wheel) * Clothing (3 premade outfits, with more unlocked throughout the game) <gallery widths="320" heights="240"> File:Splatoon Gender.png|You should get plenty of screenshots from your game File:Splatoon Eye Color.png|And insert whatever's relevant to that section </gallery> == Main options == [[File:Doom 64 N64 Settings.png|thumb|Don't forget to show the reader what the options pages look like]] === Video options === * '''Aspect ratio''': select between 4:3 and 16:9. The Pisscube doesn't natively support widescreen resolutions, so it's relying on your TV to stretch the image out. * '''Brightness''': 10 notched segments, defaults in the middle. * '''HUD positioning''': Adjust the safe zone, to account for any overscan your TV may have. === Audio options === * '''Music volume''': Adjust the music volume, on a smooth slider. Defaults to 50%. * '''Sound effects''': Adjust the volume of everything else in the game, on a smooth slider. Defaults to 50%. * '''Captions''': Turns captions on or off. Despite the name, they're actually just subtitles (only dialog). === Gameplay options === * '''Difficulty''': Adjusts the difficulty of the game ** EASY: Enemies deal 50% less damage, and the player deals 2x more damage. All shop items are also half price. ** NORMAL: No changes ** HARD: Enemies deal 200% damage, and the player deals half damage. All shop items are also twice their typical price. * '''Invert Camera''': Whether or not to invert {{Button|GCN|C_Stick}} <!--once you're done writing up the rest of your article, make sure to head over to the source editor and add [[Category:Games]] to the bottom of the page, or any other categories that should be needed. although most of them should be automatically applied by the infobox.--> [[Category:Example Pages]] 7817016ad694910960adababa111d3b0f83229db Category:Example Pages 14 700 1311 2025-04-20T20:39:30Z Lise04 438850 Created page with "This is a list of example pages, intended for beginner editors to reference or copy from." wikitext text/x-wiki This is a list of example pages, intended for beginner editors to reference or copy from. 8aa709ae75b1ed0946953746b84b1e253ec462df File:Pixel Art Nearest Neighbor Example.svg 6 701 1316 2025-04-20T21:38:46Z Lise04 438850 An example of Nearest Neighbor scaling. Sourced from https://commons.wikimedia.org/wiki/File:2xsai_example.svg wikitext text/x-wiki == Summary == An example of Nearest Neighbor scaling. Sourced from https://commons.wikimedia.org/wiki/File:2xsai_example.svg == Licensing == {{License|CC-BY-SA}} ef81c9e9f1e2b0dbcb093d58f5f251c3cc0b9830 1317 1316 2025-04-20T21:40:02Z Lise04 438850 wikitext text/x-wiki == Summary == An example of Nearest Neighbor scaling on the left, with 2xSal on the right. Sourced from https://commons.wikimedia.org/wiki/File:2xsai_example.svg == Licensing == {{License|CC-BY-SA}} 4d166b14c7b07d18ed55469df7ec7b5c3a03f516 Image scaling 0 702 1318 2025-04-20T22:27:10Z Lise04 438850 Created page with "{{stub}} [[File:Pixel Art Nearest Neighbor Example.svg|thumb|An image with nearest neighbor scaling on the left, and 2xSal scaling on the right]] '''Image scaling''' is a process used by computers to adjust the resolution of a given image. This is often used in [[Emulation|emulators]] to make an old game fill up an entire modern display, or in image editing programs when a larger output is desired. This article is intended to be a brief overview of many algorithms releva..." wikitext text/x-wiki {{stub}} [[File:Pixel Art Nearest Neighbor Example.svg|thumb|An image with nearest neighbor scaling on the left, and 2xSal scaling on the right]] '''Image scaling''' is a process used by computers to adjust the resolution of a given image. This is often used in [[Emulation|emulators]] to make an old game fill up an entire modern display, or in image editing programs when a larger output is desired. This article is intended to be a brief overview of many algorithms relevant to video games, so the mathematical details of these algorithms are beyond the scope of this article<!-- unless some math nerd wants to explain them all -->. __toc__ == Nearest neighbor== Nearest neighbor scaling is most often used in retro games and emulators, as it simply increases the size of the pixels without doing any further processing on the image. This ensures that pixel art remains sharp and crisp. == Bilinear and Trilinear interpolation == Both bilinear and trilinear scaling are used primarily when a smoother image is desired, while still wanting to keep the computational costs down. This is done by smoothing out the difference between the given pixels. 84167f0d2422272541b8cab04f6377c5a06fd889 Analog Inputs 0 703 1319 2025-04-20T22:36:25Z Lise04 438850 Created page with "#REDIRECT [Analog Input]" wikitext text/x-wiki #REDIRECT [Analog Input] b94f77d512889aceb9e4fbbeda781df0f47745c7 1320 1319 2025-04-20T22:36:37Z Lise04 438850 Redirected page to [[Analog Input]] wikitext text/x-wiki #REDIRECT [[Analog Input]] 466196f9e29690099d113baa30c6e940aa954d75 File:GameCube Controller Triggers.png 6 704 1321 2025-04-20T22:43:02Z Lise04 438850 The rear of a GameCube controller, with a focus on the triggers. Modified from https://commons.wikimedia.org/wiki/File:Gamecube-controller-breakdown.jpg wikitext text/x-wiki == Summary == The rear of a GameCube controller, with a focus on the triggers. Modified from https://commons.wikimedia.org/wiki/File:Gamecube-controller-breakdown.jpg == Licensing == {{License|CC-PD}} c7b196fa6e3a7a274dc47c372dfff7fa93b86fc8 Template:Schrodinger's Stub 10 705 1322 2025-04-20T22:52:31Z Lise04 438850 Created page with "<includeonly>{{Ambox | color = gold | icon = Stub.svg | message = This page may or may not be a [[support:Stub|stub]]. It appears to be one, but the author isn't sure if there's much more to be said. You may be able to help '''{{SITENAME}}''' by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it], if there's anything to expand. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Stubs]]}}</includ..." wikitext text/x-wiki <includeonly>{{Ambox | color = gold | icon = Stub.svg | message = This page may or may not be a [[support:Stub|stub]]. It appears to be one, but the author isn't sure if there's much more to be said. You may be able to help '''{{SITENAME}}''' by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it], if there's anything to expand. | tiny = {{{tiny|}}} | class = {{{class|}}} | date = {{{date|}}} }}<!-- -->{{#ifeq: {{lc:{{{nocat|}}}}} | yes ||[[Category:Stubs]]}}</includeonly><!-- --><noinclude>{{Stub|nocat=yes}} {{doc|Template:Ambox/doc}}</noinclude> f2fa9a120c3fd20c8e93997fe777eaad41c3ea05 Analog Input 0 706 1323 2025-04-20T22:56:02Z Lise04 438850 Created page with "{{Schrodinger's Stub}} [[File:N64 Controller In Hands.jpg|thumb|The N64 controller is commonly cited as one of the earliest analog joysticks, but it's technically a digital input. However there are so many values that it's effectively analog.]] [[File:GameCube Controller Triggers.png|thumb|The GameCube controller features two large analog triggers]] An '''Analog Input''' is a type of input available on most video game controllers, which allows for a wide array of change..." wikitext text/x-wiki {{Schrodinger's Stub}} [[File:N64 Controller In Hands.jpg|thumb|The N64 controller is commonly cited as one of the earliest analog joysticks, but it's technically a digital input. However there are so many values that it's effectively analog.]] [[File:GameCube Controller Triggers.png|thumb|The GameCube controller features two large analog triggers]] An '''Analog Input''' is a type of input available on most video game controllers, which allows for a wide array of change between two maximum and minimum values. These most often come in the form of an analog stick, which is operated by the user's thumb and moves a point along two analog axis. However analog triggers are also common, which allows the game to detect how much pressure is being put into the button. Less common, are pressure sensitive face buttons, like those found on the [[PlayStation 2]] controller. 6976f052104a7e2c6efefa22179f342a268c8e33 User:Lise04/Sandbox 2 697 1325 1306 2025-04-20T22:59:17Z Lise04 438850 wikitext text/x-wiki This space is intentionally left blank 3e23c1c47b4e5860ebd28cf174976521d8845b71 1348 1325 2025-04-21T01:20:25Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN A.svg|none|thumb|32x32px]] ! ! ! |- | | | | |- | | | | |- | | | | |} 543662185da6fec9d02860c297edb626b9a5d51c 1349 1348 2025-04-21T01:21:06Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|32x32px]] ! ! ! |- | | | | |- | | | | |- | | | | |} 3a97b0c839f28334eb886fb72abb4b98f801fbf7 1350 1349 2025-04-21T01:21:25Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|thumb|32x32px]] ! ! ! |- | | | | |- | | | | |- | | | | |} 9bc90f69e94cac20cb5941d4663dffba0f8285b2 1351 1350 2025-04-21T01:22:46Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|32x32px]] ! ! ! |- | | | | |- | | | | |- | | | | |} 3a97b0c839f28334eb886fb72abb4b98f801fbf7 1352 1351 2025-04-21T01:22:59Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|32x32px]][[File:GCN_A.svg|32x32px]] ! ! ! |- | | | | |- | | | | |- | | | | |} 36bc2485a30e8ecadb4dd4688c306da57ea3e24e 1353 1352 2025-04-21T01:23:29Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|32x32px]][[File:GCN_A.svg|32x32px]] ! ! ! |- |{{Button|GCN|A}}{{Button|GCN|A}} | | | |- | | | | |- | | | | |} 6a99116430e81ce28faabc2e780afea0a94c6815 1354 1353 2025-04-21T01:24:13Z Lise04 438850 wikitext text/x-wiki {| class="wikitable" |+ ![[File:GCN_A.svg|32x32px]][[File:GCN_A.svg|32x32px]] |- |{{Button|GCN|A}}{{Button|GCN|A}} |} cbef4fed5222dc882a4074792c7bd3958ec60e02 Category:List of 6th Generation Consoles 14 707 1326 2025-04-20T23:01:14Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Sixth_generation_of_video_game_consoles sixth generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Sixth_generation_of_video_game_consoles sixth generation], that are cataloged by this wiki. 3c149ec001d38aed5e14a3c0e86939a69f333622 Category:List of 480p consoles 14 708 1327 2025-04-20T23:01:45Z Lise04 438850 Created page with "This is a list of systems cataloged on this wiki, that support a maximum resolution of 480p" wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 480p d5503eb1bab799cdd54ce10d338d698ffc904fca Category:List of 3rd Generation Consoles 14 709 1328 2025-04-20T23:02:21Z Lise04 438850 Created page with "This is a list of consoles released during the [https://en.wikipedia.org/wiki/Third_generation_of_video_game_consoles third generation], that are cataloged by this wiki." wikitext text/x-wiki This is a list of consoles released during the [https://en.wikipedia.org/wiki/Third_generation_of_video_game_consoles third generation], that are cataloged by this wiki. c6a22ad5c76cc5cc29061b70727a2b8b2a9dbefa Category:List of 240p consoles 14 710 1329 2025-04-20T23:02:34Z Lise04 438850 Created page with "This is a list of systems cataloged on this wiki, that support a maximum resolution of 240p" wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 240p 1fdb91d187ef9594ac6ab6f60c5572bf6bd75e02 Super Mario 64 0 661 1330 1287 2025-04-20T23:03:18Z Lise04 438850 /* Controls */ wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, Super Mario 64 did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why the input graphics are causing line breaks like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] a90b64344e6bc519899240c9e6997274f4218bdb 1344 1330 2025-04-21T01:03:19Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, ''Super Mario 64'' did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why the input graphics are causing line breaks like that in the table) {| class="wikitable" |+ !colspan=2 |Mario's Abilities |- !Desired action !Required input |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] 8d6f4dc4c0ce1cd62d98559acd7da52f02d46d72 1355 1344 2025-04-21T01:24:41Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, ''Super Mario 64'' did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. (Note: somebody please figure out why the input graphics are causing line breaks like that in the table) {| class="wikitable" |+ !Desired action !Required input |- !colspan=2 |Mario's Abilities |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] e8a38bc24530d9b0fb01ae2794ee4974cd593483 1357 1355 2025-04-21T01:42:09Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, ''Super Mario 64'' did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- !colspan=2 |Mario's Abilities |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] 877f03495867c147cb56375b93d1b4b60b3002b6 1365 1357 2025-04-21T02:48:40Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario 64 Boxart.png|Developer=Nintendo|Publisher=Nintendo|Platform=Nintendo 64|Release Date=JP: Jun 23 1996<br>US:Sep 29 1996<br>EU: Mar 1 1997|Genre=3D Platformer|Modes=Singleplayer|Format=Cartridge|Age Rating=ESRB: K-A<br>PEGI: 3<br>CERO: A|Resolution=240p|[[Digital Inputs]] Used=9|[[Analog Inputs]] Used=2|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_64|Series=Super Mario|Predecessor=[[Super Mario World]]|Successor=[[Super Mario Sunshine]]}}'''Super Mario 64''' is a 3D Platformer game, developed and released by [[Nintendo]] in 1996 for the [[Nintendo 64]]. As one of the first mainstream 3D platformers, it is a genre defining game that is still held in very high regard to this day. The game was developed in tandem with the [[Nintendo 64#Controller|N64 Controller]], the development of which inspired some features for the game. __TOC__ == Controls == [[File:Super Mario 64 Control Guide A Button.jpg|left|thumb|Many actions in the game are context dependent]] As a pioneer of full freedom 3D movement, ''Super Mario 64'' did a lot of experimentation with it's controls, featuring some that seem out of place compared to other Mario games, such as a dedicated attack button. But in the context of the game, everything Mario is capable of has a use case. Most of his abilities in this game come as a result of combining multiple inputs, such as quickly flicking the Control Stick in one direction, then pressing A to do a sideflip. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- !colspan=2 |Mario's Abilities |- !Movement !{{Button|N64|Stick}} |- !Sidestep !{{Button|N64|Stick_Left}}/{{Button|N64|Stick_Right}}against a wall |- !Jump, swim, fire cannon !{{Button|N64|A}} |- !Double-jump !{{Button|N64|A}}immediately after landing |- !Triple-jump, start flying with Wing Cap !{{Button|N64|A}}immediately after landing out of a double-jump |- !Side-somersault !{{Button|N64|Stick_Left}}→ ({{Button|N64|Stick_Right}}+ {{Button|N64|A}}) |- !Backward-somersault !{{Button|N64|Z}}+{{Button|N64|A}}while stationary |- !Long-jump !{{Button|N64|Z}}+{{Button|N64|A}}while moving |- !Get up from ledge !{{Button|N64|Stick}}/{{Button|N64|A}} |- !Grab hang-able ceiling !Hold {{Button|N64|A}} |- !Talk, read, interact !{{Button|N64|A}}/{{Button|N64|B}} |- !Punch, pick up object !{{Button|N64|B}} |- !Kick !{{Button|N64|B}}→{{Button|N64|B}}→{{Button|N64|B}} |- !Midair-kick !{{Button|N64|B}}in midair, with {{Button|N64|Stick}}in a neutral position |- !Throw object !{{Button|N64|B}} |- !Swing bowser !Spin {{Button|N64|Stick}} |- !Dive !{{Button|N64|B}}while moving forward |- !Roll-out !{{Button|N64|A}}/{{Button|N64|B}}after a dive |- !Slide-kick !{{Button|N64|B}}while sliding |- !Sweep-kick !{{Button|N64|Z}}+ {{Button|N64|B}}while stationary |- !Crouch !{{Button|N64|Z}} |- !Slide !{{Button|N64|Z}}while running |- !Crawl !{{Button|N64|Z}}+ {{Button|N64|Stick}} |- !Ground-pound !{{Button|N64|Z}}in midair |- !colspan=2 |Camera controls |- !Rotate camera !{{Button|N64|C_Left}}/{{Button|N64|C_Right}} |- !Zoom in !{{Button|N64|C_Up}} |- !Zoom out !{{Button|N64|C_Down}} |- !Change camera mode !{{Button|N64|R}} |- !colspan=2 |Menu controls |- !Scroll text !{{Button|N64|A}}/{{Button|N64|B}} |- !Navigate menu/move cursor !{{Button|N64|Stick}} |- !Confirm !{{Button|N64|A}} |- !Cancel !{{Button|N64|B}} |- !Pause/unpause game !{{Button|N64|Start}} |} == File select == [[File:Super Mario 64 File Select.png|thumb|File select]] Upon opening the game, the player is presented with four save files to select, and some options below. * '''Score''': View the star and coin information for any save file. * '''Copy''': Copy any existing save file over another. * '''Erase''': Delete any existing save file. * '''Sound''': Change audio output between Stereo, Mono, and Headset modes. This option's name changes to whatever is currently selected.<gallery widths="320" heights="240"> File:Super Mario 64 Score Display.png|Score screen File:Super Mario 64 Sound Select.png|Sound options </gallery> == Pause screen == [[File:Super Mario 64 Camera Options.png|thumb|The pause menu]] When the game is paused, the player is able to change the secondary camera type. Lakitu camera is always available, and will attempt to intelligently follow the player in a way that gives the best view. Mario camera will always follow at a specific point behind the player, and swiftly return to that position whenever the player moves. Or if the player enables the Stopped camera, it freezes the camera in space while {{Button|N64|R}}is held down (however it can still rotate and pitch). [[Category:Games]] b31acb7ba1a9e147bb5a7ae8f2d7a1c5d2e4efe2 Category:List of 448i consoles 14 711 1331 2025-04-20T23:03:51Z Lise04 438850 Created page with "This is a list of systems cataloged on this wiki, that support a maximum resolution of 448i" wikitext text/x-wiki This is a list of systems cataloged on this wiki, that support a maximum resolution of 448i 8b6a77b72fc60c1cd61325bf19d7edad44dc780f File:Super Mario Sunshine Box Art.jpeg 6 712 1332 2025-04-20T23:09:45Z Lise04 438850 The box art for Super Mario Sunshine [[Category:Boxart]] wikitext text/x-wiki == Summary == The box art for Super Mario Sunshine [[Category:Boxart]] == Licensing == {{License|game}} 5117cdd543b07dce0ad1c7561003976a7c3dc75e File:GameCube Controller Triggers.png 6 704 1333 1321 2025-04-20T23:10:10Z Lise04 438850 wikitext text/x-wiki == Summary == The rear of a GameCube controller, with a focus on the triggers. Modified from https://commons.wikimedia.org/wiki/File:Gamecube-controller-breakdown.jpg == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] 4ff105a2ccd3b6640446d07caa6ba6b00334b4b3 File:NES Console With Controller.png 6 693 1334 1273 2025-04-20T23:10:31Z Lise04 438850 wikitext text/x-wiki == Summary == An NES with an attached controller. Image sourced from wikimedia https://commons.wikimedia.org/wiki/File:NES-Console-Set.png == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] af8eed1da2d9944e398ddf535362089ebcf9f024 File:SNES Console With Controller.jpg 6 689 1335 1267 2025-04-20T23:10:38Z Lise04 438850 wikitext text/x-wiki == Summary == An image of the Super Nintendo Entertainment System, with an attached controller. Sourced from wikimedia https://commons.wikimedia.org/wiki/File:SNES-Mod1-Console-Set.jpg == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] e5a80c13b7fb76bfbd5200488d48b9174d3a1759 File:GameCube Console With Controller.png 6 686 1336 1261 2025-04-20T23:10:45Z Lise04 438850 wikitext text/x-wiki == Summary == A photo of the GameCube console, alongside an attached controller. Sourced from wikimedia https://en.wikipedia.org/wiki/File:GameCube-Set.jpg == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] 602d5859c2f2697d640eb18ee7cce8ec86336e41 File:Wii Console With Wii Remote.png 6 683 1337 1256 2025-04-20T23:10:51Z Lise04 438850 wikitext text/x-wiki == Summary == A photo of a Wii console, with a Wii Remote propped up against it. Sourced from wikimedia. https://commons.wikimedia.org/wiki/File:Wii-Console.png == Licensing == {{License|CC-PD}} [[Category:Hardware Photos]] 14342d9e01b3a230f31717b4e21f433b1837c6a4 Super Mario Sunshine 0 713 1338 2025-04-20T23:34:36Z Lise04 438850 Created page with "{{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: a|Resolution=480i, 480p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=..." wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: a|Resolution=480i, 480p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}} 188eb355cbf6922c61402b1e0a301e04ab4be130 1347 1338 2025-04-21T01:20:18Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: a|Resolution=480i, 480p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}}'''Super Mario Sunshine''' is a 3D Platformer game made by [[Nintendo]], and released in 2002 for the [[Nintendo GameCube]]. The gameplay builds off the groundwork of [[Super Mario 64]], while adding new mechanics and features, the primary of which being F.L.U.U.D., a water based jetpack. ''Super Mario Sunshine'' makes heavy use of the GameCube's analog triggers, alongside their dual-stage design. == Controls == [[File:Super Mario Sunshiune Manual Controls.jpg|left|thumb|A section from the instruction manual]] As the second full fledged 3D Mario game, ''Sunshine'' inherits a lot of movement concepts from Super Mario 64, while removing or introducing just as many. Mario no longer has a direct punch attack, but this is because he now has F.L.U.D.D,, which can spray water at enemies, stunning them and leaving them open for a jump. Mario's ability to kick mid-air for brief control, has also been replaced by F.L.U.D.D.'s hover nozzle, which is much more lenient for new players. Overall, the game's controls are much more forgiving to a new player, but may feel strange to a seasoned veteran of the previous game. {| class="wikitable" |+ ! ! ! ! |- | | | | |- | | | | |- | | | | |} 4a3fe68b836de0c2194f080b1f4d8e5017e7d329 1364 1347 2025-04-21T02:28:45Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: a|Resolution=480i, 480p|[[Digital Inputs]] Used=8|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}}'''Super Mario Sunshine''' is a 3D Platformer game made by [[Nintendo]], and released in 2002 for the [[Nintendo GameCube]]. The gameplay builds off the groundwork of [[Super Mario 64]], while adding new mechanics and features, the primary of which being F.L.U.U.D., a water based jetpack. ''Super Mario Sunshine'' makes heavy use of the GameCube's analog triggers, alongside their dual-stage design. == Controls == [[File:Super Mario Sunshiune Manual Controls.jpg|left|thumb|A section from the instruction manual]] As the second full fledged 3D Mario game, ''Sunshine'' inherits a lot of movement concepts from Super Mario 64, while removing or introducing just as many. Mario no longer has a direct punch attack, but this is because he now has F.L.U.D.D,, which can spray water at enemies, stunning them and leaving them open for a jump. Mario's ability to kick mid-air for brief control, has also been replaced by F.L.U.D.D.'s hover nozzle, which is much more lenient for new players. Overall, the game's controls are much more forgiving to a new player, but may feel strange to a seasoned veteran of the previous game. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- |Main gameplay | |- |Movement |{{Button|GCN|Left_Stick}} |- |Sidestep |{{Button|GCN|L_Clicked}}+{{Button|GCN|Left_Stick}} |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |} 4787c99ea4c297a78c19eec71c8f560682ab9b99 Nintendo GameCube 0 714 1339 2025-04-20T23:35:18Z Lise04 438850 Redirected page to [[GameCube]] wikitext text/x-wiki #REDIRECT [[GameCube]] fd8069eb2e439903ec18906e3e71bf85721cd38d File:Super Mario Sunshine Options.png 6 715 1340 2025-04-20T23:56:01Z Lise04 438850 wikitext text/x-wiki Screenshot from Super Mario Sunshine == Licensing == {{License|game}} c32248237a64b6485ae6bb26684d24e730f5687c File:Super Mario Sunshine Save Options.png 6 716 1341 2025-04-20T23:56:03Z Lise04 438850 wikitext text/x-wiki Screenshot from Super Mario Sunshine == Licensing == {{License|game}} c32248237a64b6485ae6bb26684d24e730f5687c File:Super Mario Sunshine Score.png 6 717 1342 2025-04-20T23:56:06Z Lise04 438850 wikitext text/x-wiki Screenshot from Super Mario Sunshine == Licensing == {{License|game}} c32248237a64b6485ae6bb26684d24e730f5687c File:Super Mario Sunshiune Manual Controls.jpg 6 718 1343 2025-04-21T00:53:58Z Lise04 438850 A section from the Super Mario Sunshine manual. Scan cleaned up by me [[Category:Manuals]] wikitext text/x-wiki == Summary == A section from the Super Mario Sunshine manual. Scan cleaned up by me [[Category:Manuals]] == Licensing == {{License|game}} f64fd987cfc8f6e11694d3cfc1a7a09f8c20cb44 User:Lise04/sandbox 2 376 1345 693 2025-04-21T01:10:32Z Lise04 438850 wikitext text/x-wiki #REDIRECT [User:Lise04/Sandbox] 87676e35357257d67732fe8c22b67346b5bd222e 1346 1345 2025-04-21T01:10:43Z Lise04 438850 Redirected page to [[User:Lise04/Sandbox]] wikitext text/x-wiki #REDIRECT [[User:Lise04/Sandbox]] a5d649903c1c5d66adfbec357927e3be23313426 Template:Button 10 377 1356 827 2025-04-21T01:40:31Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly><noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "GCN", "type": "string", "required": true }, "2": { "label": "Button", "description": "See https://vgsettings.wiki.gg/wiki/Category:Button_Icons for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "A", "type": "string", "required": true } } } </templatedata></noinclude> bb5fc54a359073dbe88ee0e3b457443120571a14 1358 1356 2025-04-21T01:46:50Z Lise04 438850 wikitext text/x-wiki <includeonly>[[File:{{{1}}}_{{{2}}}.svg|{{{s|32px}}}|alt={{{2}}}]]</includeonly><noinclude>Call this template by writing <nowiki>{{Button|X|Y}}</nowiki>. X being the console's name, and Y being the button on the console. Check this page for a list of all available buttons: https://vgsettings.wiki.gg/wiki/Category:Button_Icons<br><br>Somebody who actually knows how to code, please make this suck less. Ideally do it like this: https://www.mariowiki.com/Template:Button<templatedata> { "params": { "1": { "label": "Console Name", "description": "See [[Category:Button_Icons]] for a list of available icons. Enter the first part of the filename (before the space) here. Case sensitive", "example": "GCN", "type": "string", "required": true }, "2": { "label": "Button", "description": "See [[Category:Button_Icons]] for a list of available icons. Enter the second part of the filename (after the space) here. Case sensitive", "example": "A", "type": "string", "required": true } } } </templatedata></noinclude> d028c9b96e3984668a21cfa13051cf9a5a00fb7d Template:Game infobox 10 281 1359 823 2025-04-21T01:47:20Z Lise04 438850 wikitext text/x-wiki <includeonly>{{#invoke:Infobox|main |kind=gameinfo |sep=, |image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}400px]]}} |sections=General Info, Technical Info, External Links |General Info=Series,Developer,Publisher,Platform,Release Date,Genre,Mode,Format,Age Rating,Predecessor,Successor, |Technical Info=Resolution, [[Digital Inputs]] Used, [[Analog Inputs]] Used, [[Gimmicks]]? |External Links=Store Page, Wiki |Developer={{#if: {{{Developer|}}} | [[Category:Games developed by {{{Developer}}}]] }} {{{Developer}}} |Publisher={{#if: {{{Publisher|}}} | [[Category:Games published by {{{Publisher}}}]] }} {{{Publisher}}} |Platform={{#if: {{{Platform|}}} | [[Category:Games released on {{{Platform}}}]] }} {{{Platform}}} |Series={{#if: {{{Series|}}} | [[Category:Games in the {{{Series}}} series]] }} {{{Series}}} }} </includeonly><noinclude>{{documentation}}<templatedata> { "params": { "image": { "label": "Image", "description": "An image, usually the game's promo art. If the game's too old to have a current digital store page, check mobygames. Takes the file name of an image on the wiki", "example": "Boxart.jpg", "type": "wiki-file-name" }, "Developer": { "aliases": [ "Developer" ], "label": "Developer", "description": "The developer, or developers, responsible for creating the game", "example": "Nintendo, Bandai Namco", "type": "string" }, "Publisher": { "aliases": [ "Publisher" ], "label": "Publisher", "description": "The company, or companies, responsible for publishing the game. Separate with line breaks and a region code if there are multiple", "example": "Konami", "type": "string" }, "Platform": { "aliases": [ "Platform" ], "label": "Platform", "description": "The platforms a game released on. Separate with <br>", "example": "Wii", "type": "string" }, "Release Date": { "aliases": [ "Release Date" ], "label": "Release Date", "description": "The release date, or dates, of the game. Separate with <br> and the region code if it released different dates around the world", "example": "NA: 31 Dec 2000<br>JP: 11 Jan 2001", "type": "date" }, "Genre": { "aliases": [ "Genre" ], "label": "Genre", "description": "The genre, or genres, a game belongs to. Separate with commas", "example": "First-Person Shooter, Platformer", "type": "string" }, "Format": { "aliases": [ "Format" ], "label": "Format", "description": "The distribution formats the game was published in. Separate with commas", "example": "Blu-ray, Digital download", "type": "string" }, "Age Rating": { "aliases": [ "Age Rating" ], "label": "Age Rating", "description": "The age rating for the game from the relevant local authority. Separate with <br> and the region code", "example": "ESRB: E10+<br>PEGI: 7+", "type": "string" }, "Resolution": { "label": "Resolution", "description": "The resolution the game runs at. If there are different modes (eg, handheld and docked for the switch), separate with a label and line break. If it's variable, enter the range. If it's a PC game that can run at nearly anything, leave blank", "example": "720p-1080p", "type": "string" }, "[[Digital Inputs]] Used": { "aliases": [ "Digital inputs" ], "label": "[[Digital Inputs]] Used", "description": "The total number of unique digital inputs the game has mapped by default (a digital input is a binary button press, eg directional pad or face buttons). Keep in mind any buttons that are exclusively used in menus, as they're easy to forget when you just think about gameplay", "example": "8", "type": "number" }, "[[Analog Inputs]] Used": { "aliases": [ "Analog Inputs", "Analogue Inputs" ], "label": "[[Analog Inputs]]", "description": "The total number of Analog inputs a game uses (an analog input is anything that can vary, such as sticks or triggers). Count sticks as two inputs, since they register as a vertical axis and horizontal axis. Eg, a standard xbox 360 controller has six analog inputs. Two sticks, times two, plus two triggers", "example": "6", "type": "number" }, "[[Gimmicks]]?": { "aliases": [ "Gimmick", "Gimmicks" ], "label": "[[Gimmicks]]?", "description": "Does the game use any hardware dependent gimmicks? This includes things like gyro aim, wii style motion controls, or anything you can't expect every controller to have. Imagine you're trying to emulate this game in 20 years, will this feature be annoying?", "example": "Yes", "suggestedvalues": [ "Yes", "No", "Optional" ] }, "Modes": { "aliases": [ "Mode", "Gamemodes", "Gamemode" ], "label": "Modes", "description": "The different modes of play available. Separate with commas", "example": "Singleplayer, Local Multiplayer", "type": "string" }, "Store Page": { "aliases": [ "Store" ], "label": "Store Page", "description": "Link to the official store page for the game, such as steam or the console's official digital storefront.", "example": "https://store.steampowered.com/app/70/HalfLife/", "type": "url" }, "Wiki": { "label": "Wiki", "description": "An external wiki that would go into more depth about this game, or the wikipedia article if there isn't a *high quality* independent wiki for this game", "example": "https://www.mariowiki.com/Super_Mario_64", "type": "url" }, "Series": { "aliases": [ "Franchise" ], "label": "Series", "description": "The series or franchise a game is part of, leave blank if it's standalone", "example": "Super Mario", "type": "string" }, "Predecessor": { "description": "The game that came before this one. Format it inside [[brackets]] to link to the appropriate game", "example": "[[Super Mario Bros.]]" }, "Successor": { "aliases": [ "sequel" ], "description": "The game that came after this one. Format it inside [[brackets]] to link the appropriate game", "example": "[[Super Mario Bros. 3]]" } }, "description": "Infobox template for games", "paramOrder": [ "image", "Developer", "Publisher", "Platform", "Release Date", "Genre", "Modes", "Format", "Age Rating", "Resolution", "[[Digital Inputs]] Used", "[[Analog Inputs]] Used", "[[Gimmicks]]?", "Store Page", "Wiki", "Series", "Predecessor", "Successor" ] } </templatedata></noinclude> d8be15e79a7271b7b1b503d9c10343f1d311d2cf File:GCN L Clicked.svg 6 549 1360 884 2025-04-21T02:26:19Z Lise04 438850 Lise04 uploaded a new version of [[File:GCN L Clicked.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f 1361 1360 2025-04-21T02:26:47Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] Modified by [[User:Lise04]] == Licensing == {{License|CC-BY-SA}} e8237f47751eaac23f6304ca02265ca80b16686f File:GCN R Clicked.svg 6 546 1362 888 2025-04-21T02:28:09Z Lise04 438850 Lise04 uploaded a new version of [[File:GCN R Clicked.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f 1363 1362 2025-04-21T02:28:27Z Lise04 438850 wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] Modified by [[User:Lise04]] == Licensing == {{License|CC-BY-SA}} e8237f47751eaac23f6304ca02265ca80b16686f File:GCN L.svg 6 547 1366 851 2025-04-21T03:09:24Z Lise04 438850 Lise04 renamed page [[File:GCN Left.svg]] to [[File:GCN L.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Left.svg 6 719 1367 2025-04-21T03:09:24Z Lise04 438850 Lise04 renamed page [[File:GCN Left.svg]] to [[File:GCN L.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN L.svg]] 4aa633bd76f46a2b0deaf28d70e4da5102b68dfe File:GCN R.svg 6 544 1368 848 2025-04-21T03:09:42Z Lise04 438850 Lise04 renamed page [[File:GCN Right.svg]] to [[File:GCN R.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN Right.svg 6 720 1369 2025-04-21T03:09:42Z Lise04 438850 Lise04 renamed page [[File:GCN Right.svg]] to [[File:GCN R.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN R.svg]] 8d0b18a50e8208627c2e9bce1fbe2da1e82c775f File:GCN Dpad Down Left.svg 6 557 1370 861 2025-04-21T03:36:30Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down Left.svg]] to [[File:GCN Dpad Down Left.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Down Left.svg 6 721 1371 2025-04-21T03:36:30Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down Left.svg]] to [[File:GCN Dpad Down Left.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Down Left.svg]] a6bd0362e0766f41929c96f6c9012c8f6e35bec5 File:GCN Dpad Down Right.svg 6 556 1372 860 2025-04-21T03:36:36Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down Right.svg]] to [[File:GCN Dpad Down Right.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Down Right.svg 6 722 1373 2025-04-21T03:36:36Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down Right.svg]] to [[File:GCN Dpad Down Right.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Down Right.svg]] 77e1d009e735f1c84dbf1ef69a2366331b85575c File:GCN Dpad Down.svg 6 558 1374 862 2025-04-21T03:36:42Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down.svg]] to [[File:GCN Dpad Down.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Down.svg 6 723 1375 2025-04-21T03:36:43Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Down.svg]] to [[File:GCN Dpad Down.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Down.svg]] ef5d233aa4e417e8d52a98dae73b5cee3e524fdc File:GCN Dpad Left.svg 6 555 1376 859 2025-04-21T03:36:48Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Left.svg]] to [[File:GCN Dpad Left.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Left.svg 6 724 1377 2025-04-21T03:36:48Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Left.svg]] to [[File:GCN Dpad Left.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Left.svg]] 165dc29ec51128a0f7915bd3736699b64956b159 File:GCN Dpad Right.svg 6 554 1378 858 2025-04-21T03:36:54Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Right.svg]] to [[File:GCN Dpad Right.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Right.svg 6 725 1379 2025-04-21T03:36:54Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Right.svg]] to [[File:GCN Dpad Right.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Right.svg]] 171cc22d5c9fd43e482e064dbb6754e077c1595a File:GCN Dpad Up Left.svg 6 552 1380 856 2025-04-21T03:37:00Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up Left.svg]] to [[File:GCN Dpad Up Left.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Up Left.svg 6 726 1381 2025-04-21T03:37:00Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up Left.svg]] to [[File:GCN Dpad Up Left.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Up Left.svg]] 45f991faca440ec5ef2746d9d9e11c0ff8ea6d1c File:GCN Dpad Up Right.svg 6 551 1382 855 2025-04-21T03:37:07Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up Right.svg]] to [[File:GCN Dpad Up Right.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Up Right.svg 6 727 1383 2025-04-21T03:37:07Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up Right.svg]] to [[File:GCN Dpad Up Right.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Up Right.svg]] c83f22befb147478d28a68165355d78161d965e3 File:GCN Dpad Up.svg 6 553 1384 857 2025-04-21T03:37:13Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up.svg]] to [[File:GCN Dpad Up.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad Up.svg 6 728 1385 2025-04-21T03:37:13Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad Up.svg]] to [[File:GCN Dpad Up.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad Up.svg]] f4c4bd82e08633c45864f7b0d7933f222a1760de File:GCN Dpad.svg 6 550 1386 854 2025-04-21T03:37:18Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad.svg]] to [[File:GCN Dpad.svg]] wikitext text/x-wiki Part of a set of GameCube input icons. Created by ssbwiki user Toomai https://www.ssbwiki.com/Category:Button_icons_(GCN) https://www.ssbwiki.com/User:Toomai [[Category:Button_Icons]] [[Category:GameCube_icons]] == Licensing == {{License|CC-BY-SA}} 9b7ef4ebb37a36bfa4dc6d48b46af8ea48d3c07f File:GCN D Pad.svg 6 729 1387 2025-04-21T03:37:18Z Lise04 438850 Lise04 renamed page [[File:GCN D Pad.svg]] to [[File:GCN Dpad.svg]] wikitext text/x-wiki #REDIRECT [[File:GCN Dpad.svg]] 1e6bc1f34198ff5a694fe39d2b7c72cf6b3c904f Super Mario Sunshine 0 713 1388 1364 2025-04-21T03:49:26Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: A|Resolution=480i, 480p|[[Digital Inputs]] Used=12|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}}'''Super Mario Sunshine''' is a 3D Platformer game made by [[Nintendo]], and released in 2002 for the [[Nintendo GameCube]]. The gameplay builds off the groundwork of [[Super Mario 64]], while adding new mechanics and features, the primary of which being F.L.U.U.D., a water based jetpack. ''Super Mario Sunshine'' makes heavy use of the GameCube's analog triggers, alongside their dual-stage design. == Controls == [[File:Super Mario Sunshiune Manual Controls.jpg|left|thumb|A section from the instruction manual]] As the second full fledged 3D Mario game, ''Sunshine'' inherits a lot of movement concepts from Super Mario 64, while removing or introducing just as many. Mario no longer has a direct punch attack, but this is because he now has F.L.U.D.D,, which can spray water at enemies, stunning them and leaving them open for a jump. Mario's ability to kick mid-air for brief control, has also been replaced by F.L.U.D.D.'s hover nozzle, which is much more lenient for new players. Overall, the game's controls are much more forgiving to a new player, but may feel strange to a seasoned veteran of the previous game. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- |Main gameplay | |- |Movement |{{Button|GCN|Left_Stick}} |- |Sidestep |{{Button|GCN|L_Clicked}}+{{Button|GCN|Left_Stick}} |- |Jump, swim |{{Button|GCN|A}} |- |Double jump |{{Button|GCN|A}} immediately after landing |- |Triple jump |{{Button|GCN|A}} immediately after landing out of a double jump |- |Spin jump |Rotate {{Button|GCN|Left_Stick}} >180 degrees →{{Button|GCN|A}} |- |Side somersault |{{Button|GCN|Left_Stick_Left}}→({{Button|GCN|Left_Stick_Right}}+{{Button|GCN|A}}) |- |Dive, throw item |{{Button|GCN|Left_Stick}}→{{Button|GCN|B}} |- |Dive hops |{{Button|GCN|B}} during a dive |- |Roll-out |{{Button|GCN|A}} during a dive |- |Wall kick |{{Button|GCN|A}}while sliding down a wall |- |Ground pound |{{Button|GCN|L_Clicked}} midair |- |Talk, read, interact, dive underwater |{{Button|GCN|B}} |- |Hang from rope |{{Button|GCN|B}} while standing on rope |- |Let go of rope |{{Button|GCN|B}} while hanging from rope |- |Climb up onto rope |{{Button|GCN|A}} while hanging from rope |- |Super whirl jump |Spray F.L.U.D.D. to gain momentum while hanging from a rope, then press →{{Button|GCN|A}} |- |Climb fence/grated ceiling |{{Button|GCN|Left_Stick}} |- |Punch grate |{{Button|GCN|B}} while climbing |- |Use/refill F.L.U.D.D. |{{Button|GCN|R}} |- |Switch nozzle |{{Button|GCN|X}} |- |Focused spray (Squirt Nozzle) |{{Button|GCN|R_Clicked}} |- |Spray while moving (Squirt Nozzle) |{{Button|GCN|R}} while moving |- |Spin squirt (Squirt Nozzle) |Spin {{Button|GCN|Left_Stick}} + {{Button|GCN|R}} |- |Back somersault (Squirt Nozzle) |{{Button|GCN|R_Clicked}} + {{Button|GCN|A}} |- |Launch (Turbo, Rocket Nozzle) |Hold {{Button|GCN|R}} |- |Camera controls | |- |Move camera |{{Button|GCN|C_Stick}} |- |Center camera behind Mario |{{Button|GCN|R_Clicked}} |- |First-person view |{{Button|GCN|Y}} |- |Yoshi controls | |- |Flutter Jump |Hold {{Button|GCN|A}} in midair |- |Eat |{{Button|GCN|B}} |- |Spray juice |{{Button|GCN|R}} |- |Focused juice spray |{{Button|GCN|R_Clicked}} |- |Dismount |{{Button|GCN|X}} |- |Menu controls | |- |Navigate menu |{{Button|GCN|Left_Stick}}/{{Button|GCN|Dpad}} |- |Confirm |{{Button|GCN|A}} |- |Cancel |{{Button|GCN|B}} |- |Open guidebook |{{Button|GCN|Z}} |- |Pause game |{{Button|GCN|Start}} |} == Options == [[File:Super Mario Sunshine Options.png|thumb|The options menu]] The player can access the options menu by going right on the save select menu. There, the player can edit the following: * '''Rumble''': Lets the player toggle the controller's rumble feature. This won't do anything on [[Wavebird]] controllers, as they lack a rumble motor. * '''Sound''': Lets the player select between Stereo, Mono, and 5.1 Surround sound. * '''Subtitles''': Lets the player toggle whether or not the game's voice acted [[Cutscene|Cutscenes]] will have subtitles. === Save options === When selecting a save file, the player is presented with a few options to manage it: * '''Copy''': Copies the save file over to another slot. * '''Erase''': Deletes the selected save file. * '''Score''': Displays the player's collected Shine Sprites and Coins in that save file. [[File:Super Mario Sunshine Score.png|left|thumb|A save file's score]] [[File:Super Mario Sunshine Save Options.png|thumb|The save file options]] 11705acb3c6a7a7b399fa764425db44bb0fcc06a 1389 1388 2025-04-21T03:50:04Z Lise04 438850 /* Controls */ wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: A|Resolution=480i, 480p|[[Digital Inputs]] Used=12|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}}'''Super Mario Sunshine''' is a 3D Platformer game made by [[Nintendo]], and released in 2002 for the [[Nintendo GameCube]]. The gameplay builds off the groundwork of [[Super Mario 64]], while adding new mechanics and features, the primary of which being F.L.U.U.D., a water based jetpack. ''Super Mario Sunshine'' makes heavy use of the GameCube's analog triggers, alongside their dual-stage design. == Controls == [[File:Super Mario Sunshiune Manual Controls.jpg|left|thumb|A section from the instruction manual]] As the second full fledged 3D Mario game, ''Sunshine'' inherits a lot of movement concepts from Super Mario 64, while removing or introducing just as many. Mario no longer has a direct punch attack, but this is because he now has F.L.U.D.D,, which can spray water at enemies, stunning them and leaving them open for a jump. Mario's ability to kick mid-air for brief control, has also been replaced by F.L.U.D.D.'s hover nozzle, which is much more lenient for new players. Overall, the game's controls are much more forgiving to a beginner, but may feel strange to a seasoned veteran of the previous game. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- |Main gameplay | |- |Movement |{{Button|GCN|Left_Stick}} |- |Sidestep |{{Button|GCN|L_Clicked}}+{{Button|GCN|Left_Stick}} |- |Jump, swim |{{Button|GCN|A}} |- |Double jump |{{Button|GCN|A}} immediately after landing |- |Triple jump |{{Button|GCN|A}} immediately after landing out of a double jump |- |Spin jump |Rotate {{Button|GCN|Left_Stick}} >180 degrees →{{Button|GCN|A}} |- |Side somersault |{{Button|GCN|Left_Stick_Left}}→({{Button|GCN|Left_Stick_Right}}+{{Button|GCN|A}}) |- |Dive, throw item |{{Button|GCN|Left_Stick}}→{{Button|GCN|B}} |- |Dive hops |{{Button|GCN|B}} during a dive |- |Roll-out |{{Button|GCN|A}} during a dive |- |Wall kick |{{Button|GCN|A}}while sliding down a wall |- |Ground pound |{{Button|GCN|L_Clicked}} midair |- |Talk, read, interact, dive underwater |{{Button|GCN|B}} |- |Hang from rope |{{Button|GCN|B}} while standing on rope |- |Let go of rope |{{Button|GCN|B}} while hanging from rope |- |Climb up onto rope |{{Button|GCN|A}} while hanging from rope |- |Super whirl jump |Spray F.L.U.D.D. to gain momentum while hanging from a rope, then press →{{Button|GCN|A}} |- |Climb fence/grated ceiling |{{Button|GCN|Left_Stick}} |- |Punch grate |{{Button|GCN|B}} while climbing |- |Use/refill F.L.U.D.D. |{{Button|GCN|R}} |- |Switch nozzle |{{Button|GCN|X}} |- |Focused spray (Squirt Nozzle) |{{Button|GCN|R_Clicked}} |- |Spray while moving (Squirt Nozzle) |{{Button|GCN|R}} while moving |- |Spin squirt (Squirt Nozzle) |Spin {{Button|GCN|Left_Stick}} + {{Button|GCN|R}} |- |Back somersault (Squirt Nozzle) |{{Button|GCN|R_Clicked}} + {{Button|GCN|A}} |- |Launch (Turbo, Rocket Nozzle) |Hold {{Button|GCN|R}} |- |Camera controls | |- |Move camera |{{Button|GCN|C_Stick}} |- |Center camera behind Mario |{{Button|GCN|R_Clicked}} |- |First-person view |{{Button|GCN|Y}} |- |Yoshi controls | |- |Flutter Jump |Hold {{Button|GCN|A}} in midair |- |Eat |{{Button|GCN|B}} |- |Spray juice |{{Button|GCN|R}} |- |Focused juice spray |{{Button|GCN|R_Clicked}} |- |Dismount |{{Button|GCN|X}} |- |Menu controls | |- |Navigate menu |{{Button|GCN|Left_Stick}}/{{Button|GCN|Dpad}} |- |Confirm |{{Button|GCN|A}} |- |Cancel |{{Button|GCN|B}} |- |Open guidebook |{{Button|GCN|Z}} |- |Pause game |{{Button|GCN|Start}} |} == Options == [[File:Super Mario Sunshine Options.png|thumb|The options menu]] The player can access the options menu by going right on the save select menu. There, the player can edit the following: * '''Rumble''': Lets the player toggle the controller's rumble feature. This won't do anything on [[Wavebird]] controllers, as they lack a rumble motor. * '''Sound''': Lets the player select between Stereo, Mono, and 5.1 Surround sound. * '''Subtitles''': Lets the player toggle whether or not the game's voice acted [[Cutscene|Cutscenes]] will have subtitles. === Save options === When selecting a save file, the player is presented with a few options to manage it: * '''Copy''': Copies the save file over to another slot. * '''Erase''': Deletes the selected save file. * '''Score''': Displays the player's collected Shine Sprites and Coins in that save file. [[File:Super Mario Sunshine Score.png|left|thumb|A save file's score]] [[File:Super Mario Sunshine Save Options.png|thumb|The save file options]] d7d3c12c62a80a41cdf1d4d59f0bea61f172407d 1390 1389 2025-04-21T03:52:00Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Super Mario Sunshine Box Art.jpeg|Developer=Nintendo|Publisher=Nintendo|Platform=GameCube|Release Date=JP: Jul 19 2002<br>NA:Aug 28 2002<br>EU:Oct 4 2002|Genre=3D Platformer|Modes=Singleplayer|Format=Mini DVD|Age Rating=ESRB: E<br>PEGI: 3<br>CERO: A|Resolution=480i, 480p|[[Digital Inputs]] Used=12|[[Analog Inputs]] Used=6|[[Gimmicks]]?=No|Wiki=https://www.mariowiki.com/Super_Mario_Sunshine|Series=Super Mario|Predecessor=[[Super Mario 64]]|Successor=[[Super Mario Galaxy]]}}'''Super Mario Sunshine''' is a 3D Platformer game made by [[Nintendo]], and released in 2002 for the [[Nintendo GameCube]]. The gameplay builds off the groundwork of [[Super Mario 64]], while adding new mechanics and features, the primary of which being F.L.U.U.D., a water based jetpack. ''Super Mario Sunshine'' makes heavy use of the GameCube's analog triggers, alongside their dual-stage design. == Controls == [[File:Super Mario Sunshiune Manual Controls.jpg|left|thumb|A section from the instruction manual]] As the second full fledged 3D Mario game, ''Sunshine'' inherits a lot of movement concepts from Super Mario 64, while removing or introducing just as many. Mario no longer has a direct punch attack, but this is because he now has F.L.U.D.D,, which can spray water at enemies, stunning them and leaving them open for a jump. Mario's ability to kick mid-air for brief control, has also been replaced by F.L.U.D.D.'s hover nozzle, which is much more lenient for new players. Overall, the game's controls are much more forgiving to a beginner, but may feel strange to a seasoned veteran of the previous game. A → here indicates that two inputs must be pressed in succession, and a + indicates that two inputs must be pressed at the same time. A / indicates multiple inputs can have the same result. {| class="wikitable" |+ !Desired action !Required input |- !colspan=2 |Main gameplay |- |Movement |{{Button|GCN|Left_Stick}} |- |Sidestep |{{Button|GCN|L_Clicked}}+{{Button|GCN|Left_Stick}} |- |Jump, swim |{{Button|GCN|A}} |- |Double jump |{{Button|GCN|A}} immediately after landing |- |Triple jump |{{Button|GCN|A}} immediately after landing out of a double jump |- |Spin jump |Rotate {{Button|GCN|Left_Stick}} >180 degrees →{{Button|GCN|A}} |- |Side somersault |{{Button|GCN|Left_Stick_Left}}→({{Button|GCN|Left_Stick_Right}}+{{Button|GCN|A}}) |- |Dive, throw item |{{Button|GCN|Left_Stick}}→{{Button|GCN|B}} |- |Dive hops |{{Button|GCN|B}} during a dive |- |Roll-out |{{Button|GCN|A}} during a dive |- |Wall kick |{{Button|GCN|A}}while sliding down a wall |- |Ground pound |{{Button|GCN|L_Clicked}} midair |- |Talk, read, interact, dive underwater |{{Button|GCN|B}} |- |Hang from rope |{{Button|GCN|B}} while standing on rope |- |Let go of rope |{{Button|GCN|B}} while hanging from rope |- |Climb up onto rope |{{Button|GCN|A}} while hanging from rope |- |Super whirl jump |Spray F.L.U.D.D. to gain momentum while hanging from a rope, then press →{{Button|GCN|A}} |- |Climb fence/grated ceiling |{{Button|GCN|Left_Stick}} |- |Punch grate |{{Button|GCN|B}} while climbing |- |Use/refill F.L.U.D.D. |{{Button|GCN|R}} |- |Switch nozzle |{{Button|GCN|X}} |- |Focused spray (Squirt Nozzle) |{{Button|GCN|R_Clicked}} |- |Spray while moving (Squirt Nozzle) |{{Button|GCN|R}} while moving |- |Spin squirt (Squirt Nozzle) |Spin {{Button|GCN|Left_Stick}} + {{Button|GCN|R}} |- |Back somersault (Squirt Nozzle) |{{Button|GCN|R_Clicked}} + {{Button|GCN|A}} |- |Launch (Turbo, Rocket Nozzle) |Hold {{Button|GCN|R}} |- !colspan=2 |Camera controls |- |Move camera |{{Button|GCN|C_Stick}} |- |Center camera behind Mario |{{Button|GCN|R_Clicked}} |- |First-person view |{{Button|GCN|Y}} |- !colspan=2 |Yoshi controls |- |Flutter Jump |Hold {{Button|GCN|A}} in midair |- |Eat |{{Button|GCN|B}} |- |Spray juice |{{Button|GCN|R}} |- |Focused juice spray |{{Button|GCN|R_Clicked}} |- |Dismount |{{Button|GCN|X}} |- !colspan=2 |Menu controls |- |Navigate menu |{{Button|GCN|Left_Stick}}/{{Button|GCN|Dpad}} |- |Confirm |{{Button|GCN|A}} |- |Cancel |{{Button|GCN|B}} |- |Open guidebook |{{Button|GCN|Z}} |- |Pause game |{{Button|GCN|Start}} |} == Options == [[File:Super Mario Sunshine Options.png|thumb|The options menu]] The player can access the options menu by going right on the save select menu. There, the player can edit the following: * '''Rumble''': Lets the player toggle the controller's rumble feature. This won't do anything on [[Wavebird]] controllers, as they lack a rumble motor. * '''Sound''': Lets the player select between Stereo, Mono, and 5.1 Surround sound. * '''Subtitles''': Lets the player toggle whether or not the game's voice acted [[Cutscene|Cutscenes]] will have subtitles. === Save options === When selecting a save file, the player is presented with a few options to manage it: * '''Copy''': Copies the save file over to another slot. * '''Erase''': Deletes the selected save file. * '''Score''': Displays the player's collected Shine Sprites and Coins in that save file. [[File:Super Mario Sunshine Score.png|left|thumb|A save file's score]] [[File:Super Mario Sunshine Save Options.png|thumb|The save file options]] ac831886938153da0a1878f87591cc8b548a2d1f User:SmittenGalaxy 2 730 1391 2025-04-21T05:47:04Z SmittenGalaxy 238999 created user page wikitext text/x-wiki Hey, I'm SmittenGalaxy (or Ken Youdigit, depends where you'd know me from) and I like editing and maintaining wikis. I'm primarily active on [[wikipedia:User:SmittenGalaxy|Wikipedia]], so that's where you can mainly find me at. I also have [https://twitter.com/ken_you_digit Twitter], despite not really using it all that much other than replying to people I follow. 300c9e1bed0612b0dd2baa22ef35c413c6745fcd User:Lise04/Sandbox 2 697 1392 1354 2025-04-21T14:39:58Z Lise04 438850 Blanked the page wikitext text/x-wiki da39a3ee5e6b4b0d3255bfef95601890afd80709 Help:Example Game 12 699 1393 1312 2025-04-21T14:40:12Z Lise04 438850 wikitext text/x-wiki {{Game infobox|image=Example Boxart.jpg|Developer=Awesome Game Dev Union|Publisher=Executives LLC|Platform=Pisscube|Release Date=JP: Jan 1 1999<br>NA: Jul 5 1999|Genre=3D Platformer, collectathon|Modes=Singleplayer|Format=Super expensive golden cartridge|Age Rating=ESRB: M<br>PEGI: 18|Resolution=240p|[[Digital Inputs]] Used=14|[[Analog Inputs]] Used=4|[[Gimmicks]]?=No|Store Page=https://store.executives.com/games/Super_Awesome_Man_Guy_64|Wiki=https://vgsettings.wiki.gg/wiki/Help:Example_Game|Series=Super Awesome Man Guy|Predecessor=[[Super Awesome Man 3]]|Successor=[[Super Awesome Man Guy Sunshine]]}} '''Super Awesome Man Guy 64''' is an example game for the purposes of this wiki. It was released for the Pisscube in 2007. Set in a whimsical fantasy land of talking plungers and enemy toilets, the player character Super Man Guy must run and jump his way through the lands to rescue the president of the united states of america.<!-- Press on the box art to my right, then Edit, to adjust the information inside the game's infobox. most of the fields should be self explanatory, but if you're confused you can check how other pages do it --><!-- a table of contents is usually automatically generated once a page gets large enough, but if MediaWiki doesn't do that, then you can add one manually by going to the Source editor, and typing __TOC__ wherever you want it to go (usually around where this comment is) --> == Controls == [[File:Splatoon prima guide inputs.png|left|thumb|This was just the only tangentially related image on here]]<!-- You can insert a lot of custom things with the insert button up at the top of your screen. Images and galleries are pretty self explanatory, and so are tables. but things like these buttons in the controls table are custom Templates. After pressing Template on the insert menu, you can search for things like Button, Game Infobox, stub, etc. --> {| class="wikitable" |+Main controls !Input !Primary !Secondary !Menus |- |{{Button|GCN|Left_Stick}} |Move | - |Move selection |- |{{Button|GCN|A}} |Jump |Flap your arms |Select |- |{{Button|GCN|B}} |Punch |Kick |Cancel |- |{{Button|GCN|C_Stick}} |Move camera | - |Spin 3d models |- |{{Button|GCN|Start}} | - | - |Pause game |} == Character Creator == Upon booting up the game, the player is presented with the ability to fully customize Super Man Guy's appearance, including: * Species (Human, Cat furry, Dog furry, Lizard scaly, Magical flying pony) * Skin color (Full RGB wheel) * Clothing (3 premade outfits, with more unlocked throughout the game) <gallery widths="320" heights="240"> File:Splatoon Gender.png|You should get plenty of screenshots from your game File:Splatoon Eye Color.png|And insert whatever's relevant to that section </gallery> == Main options == [[File:Doom 64 N64 Settings.png|thumb|Don't forget to show the reader what the options pages look like]] === Video options === * '''Aspect ratio''': select between 4:3 and 16:9. The Pisscube doesn't natively support widescreen resolutions, so it's relying on your TV to stretch the image out. * '''Brightness''': 10 notched segments, defaults in the middle. * '''HUD positioning''': Adjust the safe zone, to account for any overscan your TV may have. === Audio options === * '''Music volume''': Adjust the music volume, on a smooth slider. Defaults to 50%. * '''Sound effects''': Adjust the volume of everything else in the game, on a smooth slider. Defaults to 50%. * '''Captions''': Turns captions on or off. Despite the name, they're actually just subtitles (only dialog). === Gameplay options === * '''Difficulty''': Adjusts the difficulty of the game ** EASY: Enemies deal 50% less damage, and the player deals 2x more damage. All shop items are also half price. ** NORMAL: No changes ** HARD: Enemies deal 200% damage, and the player deals half damage. All shop items are also twice their typical price. * '''Invert Camera''': Whether or not to invert {{Button|GCN|C_Stick}} <!--once you're done writing up the rest of your article, make sure to head over to the source editor and add [[Category:Games]] to the bottom of the page, or any other categories that should be needed. although most of them should be automatically applied by the infobox.--> [[Category:Example Pages]] c6cc20b536c24af872bb6d12bbcae120465742d6